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-2031.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 32,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-2031.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "6643",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2031.00/related/tasks/6643",
         "title": "Prepare materials and classrooms for class activities."
      },
      {
         "id": "6640",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2031.00/related/tasks/6640",
         "title": "Instruct through lectures, discussions, and demonstrations in one or more subjects, such as English, mathematics, or social studies."
      },
      {
         "id": "6641",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2031.00/related/tasks/6641",
         "title": "Establish clear objectives for all lessons, units, and projects, and communicate those objectives to students."
      },
      {
         "id": "6639",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2031.00/related/tasks/6639",
         "title": "Establish and enforce rules for behavior and procedures for maintaining order among students."
      },
      {
         "id": "6644",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2031.00/related/tasks/6644",
         "title": "Adapt teaching methods and instructional materials to meet students' varying needs and interests."
      }
   ]
}