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-2012.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 37,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-2012.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "6499",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2012.00/related/tasks/6499",
         "title": "Establish and enforce rules for behavior and policies and procedures to maintain order among students."
      },
      {
         "id": "6507",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2012.00/related/tasks/6507",
         "title": "Prepare children for later grades by encouraging them to explore learning opportunities and to persevere with challenging tasks."
      },
      {
         "id": "6501",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2012.00/related/tasks/6501",
         "title": "Instruct students individually and in groups, adapting teaching methods to meet students' varying needs and interests."
      },
      {
         "id": "6498",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2012.00/related/tasks/6498",
         "title": "Teach basic skills, such as color, shape, number and letter recognition, personal hygiene, and social skills."
      },
      {
         "id": "6503",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2012.00/related/tasks/6503",
         "title": "Demonstrate activities to children."
      }
   ]
}