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/25-2011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 34,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-2011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "6466",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2011.00/related/tasks/6466",
         "title": "Teach basic skills, such as color, shape, number and letter recognition, personal hygiene, and social skills."
      },
      {
         "id": "6467",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2011.00/related/tasks/6467",
         "title": "Establish and enforce rules for behavior and procedures for maintaining order."
      },
      {
         "id": "6478",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2011.00/related/tasks/6478",
         "title": "Adapt teaching methods and instructional materials to meet students' varying needs and interests."
      },
      {
         "id": "6464",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2011.00/related/tasks/6464",
         "title": "Provide a variety of materials and resources for children to explore, manipulate, and use, both in learning activities and in imaginative play."
      },
      {
         "id": "6476",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2011.00/related/tasks/6476",
         "title": "Serve meals and snacks in accordance with nutritional guidelines."
      }
   ]
}