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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-9011.01/details/tasks?start=11&end=19",
   "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.",
         "importance": 98,
         "category": "Core"
      },
      {
         "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.",
         "importance": 97,
         "category": "Core"
      },
      {
         "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.",
         "importance": 97,
         "category": "Core"
      },
      {
         "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.",
         "importance": 96,
         "category": "Core"
      },
      {
         "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.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "2367",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9011.01/related/tasks/2367",
         "title": "Teach and perform age-appropriate activities, such as lap play, reading, and arts and crafts, to encourage intellectual development of children.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "2354",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9011.01/related/tasks/2354",
         "title": "Help prepare and serve nutritionally balanced meals and snacks for children.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "2358",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9011.01/related/tasks/2358",
         "title": "Model appropriate social behaviors and encourage concern for others to cultivate development of interpersonal relationships and communication skills.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "2356",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9011.01/related/tasks/2356",
         "title": "Organize and conduct age-appropriate recreational activities, such as games, arts and crafts, sports, walks, and play dates.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "2362",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9011.01/related/tasks/2362",
         "title": "Assign appropriate chores and praise targeted behaviors to encourage development of self-control, self-confidence, and responsibility.",
         "importance": 88,
         "category": "Core"
      }
   ]
}