Interactive Demo

This demonstration page allows you to test out the Web Services API by sending a request and viewing the JSON data returned. See the Reference Manual for a complete guide to the available services.

Request

https://api-v2.onetcenter.org/
GET parameters
? =
& =
& =
& =
& =
& =
& =
& =
& =
& =

Response

Send a request to see the response.
Loading...
The request could not be completed (). Please try again.
URL:
https://api-v2.onetcenter.org/online/occupations/43-4171.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-4171.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "744",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4171.00/related/tasks/744",
         "title": "Operate telephone switchboard to answer, screen, or forward calls, providing information, taking messages, or scheduling appointments.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "747",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4171.00/related/tasks/747",
         "title": "Greet persons entering establishment, determine nature and purpose of visit, and direct or escort them to specific destinations.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "745",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4171.00/related/tasks/745",
         "title": "Receive payment and record receipts for services.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "751",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4171.00/related/tasks/751",
         "title": "Schedule appointments and maintain and update appointment calendars.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "750",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4171.00/related/tasks/750",
         "title": "Transmit information or documents to customers, using computer, mail, or facsimile machine.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "748",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4171.00/related/tasks/748",
         "title": "Hear and resolve complaints from customers or the public.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "749",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4171.00/related/tasks/749",
         "title": "File and maintain records.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "753",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4171.00/related/tasks/753",
         "title": "Provide information about establishment, such as location of departments or offices, employees within the organization, or services provided.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "746",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4171.00/related/tasks/746",
         "title": "Perform administrative support tasks, such as proofreading, transcribing handwritten information, or operating calculators or computers to work with pay records, invoices, balance sheets, or other documents.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "755",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4171.00/related/tasks/755",
         "title": "Collect, sort, distribute, or prepare mail, messages, or courier deliveries.",
         "importance": 73,
         "category": "Core"
      }
   ]
}