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-2058.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-2058.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "6795",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2058.00/related/tasks/6795",
         "title": "Develop and implement strategies to meet the needs of students with a variety of handicapping conditions."
      },
      {
         "id": "6802",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2058.00/related/tasks/6802",
         "title": "Observe and evaluate students' performance, behavior, social development, and physical health."
      },
      {
         "id": "6787",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2058.00/related/tasks/6787",
         "title": "Establish and enforce rules for behavior and policies and procedures to maintain order among students."
      },
      {
         "id": "6785",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2058.00/related/tasks/6785",
         "title": "Teach socially acceptable behavior, employing techniques such as behavior modification and positive reinforcement."
      },
      {
         "id": "6784",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2058.00/related/tasks/6784",
         "title": "Maintain accurate and complete student records, and prepare reports on children and activities, as required by laws, district policies, and administrative regulations."
      }
   ]
}