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-5031.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-5031.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "2719",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5031.00/related/tasks/2719",
         "title": "Provide emergency medical instructions to callers."
      },
      {
         "id": "2707",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5031.00/related/tasks/2707",
         "title": "Question callers to determine their locations and the nature of their problems to determine type of response needed."
      },
      {
         "id": "2705",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5031.00/related/tasks/2705",
         "title": "Determine response requirements and relative priorities of situations, and dispatch units in accordance with established procedures."
      },
      {
         "id": "2711",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5031.00/related/tasks/2711",
         "title": "Receive incoming telephone or alarm system calls regarding emergency and non-emergency police and fire service, emergency ambulance service, information, and after-hours calls for departments within a city."
      },
      {
         "id": "2710",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5031.00/related/tasks/2710",
         "title": "Relay information and messages to and from emergency sites, to law enforcement agencies, and to all other individuals or groups requiring notification."
      }
   ]
}