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-2057.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 40,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-2057.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "6744",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2057.00/related/tasks/6744",
         "title": "Establish and enforce rules for behavior and policies and procedures to maintain order among students."
      },
      {
         "id": "6750",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2057.00/related/tasks/6750",
         "title": "Modify the general education curriculum for students with disabilities, based upon a variety of instructional techniques and instructional technology."
      },
      {
         "id": "21063",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2057.00/related/tasks/21063",
         "title": "Develop or write Individualized Education Programs (IEPs) for students."
      },
      {
         "id": "6745",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2057.00/related/tasks/6745",
         "title": "Maintain accurate and complete student records, and prepare reports on children and activities, as required by laws, district policies, and administrative regulations."
      },
      {
         "id": "6748",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2057.00/related/tasks/6748",
         "title": "Develop and implement strategies to meet the needs of students with a variety of handicapping conditions."
      }
   ]
}