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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 36,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-2051.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 93,
         "category": "Core"
      },
      {
         "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "19090",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2051.00/related/tasks/19090",
         "title": "Confer with parents, administrators, testing specialists, social workers, or other professionals to develop individual education plans (IEPs).",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "19086",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2051.00/related/tasks/19086",
         "title": "Teach students personal development skills, such as goal setting, independence, or self-advocacy.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "19068",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2051.00/related/tasks/19068",
         "title": "Develop or implement strategies to meet the needs of students with a variety of disabilities.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "19076",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2051.00/related/tasks/19076",
         "title": "Observe and evaluate students' performance, behavior, social development, and physical health.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "19073",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2051.00/related/tasks/19073",
         "title": "Instruct and monitor students in the use and care of equipment or materials to prevent injuries and damage.",
         "importance": 86,
         "category": "Core"
      }
   ]
}