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-9042.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-9042.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "22478",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9042.00/related/tasks/22478",
         "title": "Supervise students in classrooms, halls, cafeterias, school yards, and gymnasiums, or on field trips."
      },
      {
         "id": "22481",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9042.00/related/tasks/22481",
         "title": "Tutor and assist children individually or in small groups to help them master assignments and to reinforce learning concepts presented by teachers."
      },
      {
         "id": "22463",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9042.00/related/tasks/22463",
         "title": "Enforce administration policies and rules governing students."
      },
      {
         "id": "22480",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9042.00/related/tasks/22480",
         "title": "Teach social skills to students."
      },
      {
         "id": "22465",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9042.00/related/tasks/22465",
         "title": "Instruct and monitor students in the use and care of equipment and materials to prevent injuries and damage."
      }
   ]
}