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.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-9011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "18756",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9011.00/related/tasks/18756",
         "title": "Maintain a safe play environment."
      },
      {
         "id": "2336",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9011.00/related/tasks/2336",
         "title": "Observe and monitor children's play activities."
      },
      {
         "id": "18757",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9011.00/related/tasks/18757",
         "title": "Communicate with children's parents or guardians about daily activities, behaviors, and related issues."
      },
      {
         "id": "2331",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9011.00/related/tasks/2331",
         "title": "Support children's emotional and social development, encouraging understanding of others and positive self-concepts."
      },
      {
         "id": "2332",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9011.00/related/tasks/2332",
         "title": "Care for children in institutional setting, such as group homes, nursery schools, private businesses, or schools for people with disabilities."
      }
   ]
}