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-2051.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 36,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-2051.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "19069",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2051.00/related/tasks/19069",
         "title": "Employ special educational strategies or techniques during instruction to improve the development of sensory- and perceptual-motor skills, language, cognition, or memory."
      },
      {
         "id": "19085",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2051.00/related/tasks/19085",
         "title": "Teach socially acceptable behavior, employing techniques such as behavior modification or positive reinforcement."
      },
      {
         "id": "19065",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2051.00/related/tasks/19065",
         "title": "Communicate nonverbally with children to provide them with comfort, encouragement, or positive reinforcement."
      },
      {
         "id": "19084",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2051.00/related/tasks/19084",
         "title": "Teach basic skills, such as color, shape, number and letter recognition, personal hygiene, or social skills, to preschool students with special needs."
      },
      {
         "id": "19067",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2051.00/related/tasks/19067",
         "title": "Develop individual educational plans (IEPs) designed to promote students' educational, physical, or social development."
      }
   ]
}