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/39-9011.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-9011.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "2355",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9011.01/related/tasks/2355",
         "title": "Instruct children in safe behavior, such as seeking adult assistance when crossing the street and avoiding contact with unsafe objects."
      },
      {
         "id": "2368",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9011.01/related/tasks/2368",
         "title": "Remove hazards and develop appropriate boundaries and rules to create a safe environment for children."
      },
      {
         "id": "2351",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9011.01/related/tasks/2351",
         "title": "Perform first aid or cardiopulmonary resuscitation (CPR) when required."
      },
      {
         "id": "2365",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9011.01/related/tasks/2365",
         "title": "Instruct and assist children in the development of health and personal habits, such as eating, resting, and toilet behavior."
      },
      {
         "id": "2352",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9011.01/related/tasks/2352",
         "title": "Regulate children's rest periods and nap schedules."
      }
   ]
}