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/33-9032.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-9032.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20894",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9032.00/related/tasks/20894",
         "title": "Lock doors and gates of entrances and exits to secure buildings."
      },
      {
         "id": "2131",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9032.00/related/tasks/2131",
         "title": "Patrol industrial or commercial premises to prevent and detect signs of intrusion and ensure security of doors, windows, and gates."
      },
      {
         "id": "20895",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9032.00/related/tasks/20895",
         "title": "Respond to medical emergencies by administering basic first aid or by obtaining assistance from paramedics."
      },
      {
         "id": "2132",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9032.00/related/tasks/2132",
         "title": "Answer alarms and investigate disturbances."
      },
      {
         "id": "2136",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9032.00/related/tasks/2136",
         "title": "Circulate among visitors, patrons, or employees to preserve order and protect property."
      }
   ]
}