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/11-9161.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9161.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "7263",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9161.00/related/tasks/7263",
         "title": "Consult with officials of local and area governments, schools, hospitals, and other institutions to determine their needs and capabilities in the event of a natural disaster or other emergency."
      },
      {
         "id": "7258",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9161.00/related/tasks/7258",
         "title": "Develop and maintain liaisons with municipalities, county departments, and similar entities to facilitate plan development, response effort coordination, and exchanges of personnel and equipment."
      },
      {
         "id": "7257",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9161.00/related/tasks/7257",
         "title": "Coordinate disaster response or crisis management activities, such as ordering evacuations, opening public shelters, and implementing special needs plans and programs."
      },
      {
         "id": "7260",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9161.00/related/tasks/7260",
         "title": "Prepare emergency situation status reports that describe response and recovery efforts, needs, and preliminary damage assessments."
      },
      {
         "id": "7256",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9161.00/related/tasks/7256",
         "title": "Maintain and update all resource materials associated with emergency preparedness plans."
      }
   ]
}