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-2021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-2021.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "13246",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-2021.00/related/tasks/13246",
         "title": "Observe signal lights on switchboards, and dial or press buttons to make connections.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "13247",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-2021.00/related/tasks/13247",
         "title": "Operate telephone switchboards and systems to advance and complete connections, including those for local, long distance, pay telephone, mobile, person-to-person, and emergency calls.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "13243",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-2021.00/related/tasks/13243",
         "title": "Listen to customer requests, referring to alphabetical or geographical directories to answer questions and provide telephone information.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "13257",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-2021.00/related/tasks/13257",
         "title": "Update directory information.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "13244",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-2021.00/related/tasks/13244",
         "title": "Suggest and check alternate spellings, locations, or listing formats to customers lacking details or complete information.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "13251",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-2021.00/related/tasks/13251",
         "title": "Perform clerical duties such as typing, proofreading, and sorting mail.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "13245",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-2021.00/related/tasks/13245",
         "title": "Offer special assistance to persons such as those who are unable to dial or who are in emergency situations.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "13256",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-2021.00/related/tasks/13256",
         "title": "Operate paging systems or other systems of bells or buzzers to notify recipients of incoming calls.",
         "importance": 89,
         "category": "Supplemental"
      },
      {
         "id": "13250",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-2021.00/related/tasks/13250",
         "title": "Monitor automated systems for placing collect calls and intervene for a callers needing assistance.",
         "importance": 80,
         "category": "Supplemental"
      },
      {
         "id": "13253",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-2021.00/related/tasks/13253",
         "title": "Interrupt busy lines if an emergency warrants.",
         "importance": 74,
         "category": "Supplemental"
      }
   ]
}