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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-5031.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "2719",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5031.00/related/tasks/2719",
         "title": "Provide emergency medical instructions to callers.",
         "importance": 99,
         "category": "Core"
      },
      {
         "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.",
         "importance": 97,
         "category": "Core"
      },
      {
         "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.",
         "importance": 96,
         "category": "Core"
      },
      {
         "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.",
         "importance": 94,
         "category": "Core"
      },
      {
         "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.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "2706",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5031.00/related/tasks/2706",
         "title": "Record details of calls, dispatches, and messages.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "2715",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5031.00/related/tasks/2715",
         "title": "Monitor various radio frequencies, such as those used by public works departments, school security, and civil defense, to stay apprised of developing situations.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "2717",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5031.00/related/tasks/2717",
         "title": "Read and effectively interpret small-scale maps and information from a computer screen to determine locations and provide directions.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "2712",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5031.00/related/tasks/2712",
         "title": "Maintain access to, and security of, highly sensitive materials.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "2708",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5031.00/related/tasks/2708",
         "title": "Enter, update, and retrieve information from teletype networks and computerized data systems regarding such things as wanted persons, stolen property, vehicle registration, and stolen vehicles.",
         "importance": 89,
         "category": "Core"
      }
   ]
}