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-2011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-2011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "4630",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-2011.00/related/tasks/4630",
         "title": "Operate communication systems, such as telephone, switchboard, intercom, two-way radio, or public address."
      },
      {
         "id": "4631",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-2011.00/related/tasks/4631",
         "title": "Answer incoming calls, greeting callers, providing information, transferring calls or taking messages as necessary."
      },
      {
         "id": "20431",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-2011.00/related/tasks/20431",
         "title": "Greet visitors, log them in and out of the facility, assign them security badges, and contact employee escorts."
      },
      {
         "id": "20430",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-2011.00/related/tasks/20430",
         "title": "Monitor emergency and code alarms, make emergency announcements, or route emergency calls to the appropriate location."
      },
      {
         "id": "4640",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-2011.00/related/tasks/4640",
         "title": "Record messages, suggesting rewording for clarity or conciseness."
      }
   ]
}