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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-2021.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "id": "13257",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-2021.00/related/tasks/13257",
         "title": "Update directory information."
      },
      {
         "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."
      }
   ]
}