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-2059.01/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-2059.01/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "17016",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2059.01/related/tasks/17016",
         "title": "Adapt instructional techniques to the age and skill levels of students.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "17018",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2059.01/related/tasks/17018",
         "title": "Instruct students, using adapted physical education techniques, to improve physical fitness, gross motor skills, perceptual motor skills, or sports and game achievement.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "17006",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2059.01/related/tasks/17006",
         "title": "Provide individual or small groups of students with adapted physical education instruction that meets desired physical needs or goals.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "17005",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2059.01/related/tasks/17005",
         "title": "Provide students positive feedback to encourage them and help them develop an appreciation for physical education.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "17011",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2059.01/related/tasks/17011",
         "title": "Establish and maintain standards of behavior to create safe, orderly, and effective environments for learning.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "17017",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2059.01/related/tasks/17017",
         "title": "Provide adapted physical education services to students with intellectual disabilities, autism, traumatic brain injury, orthopedic impairments, or other disabling condition.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "17014",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2059.01/related/tasks/17014",
         "title": "Assess students' physical progress or needs.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "17013",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2059.01/related/tasks/17013",
         "title": "Assist in screening or placement of students in adapted physical education programs.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "17010",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2059.01/related/tasks/17010",
         "title": "Evaluate the motor needs of individual students to determine their need for adapted physical education services.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "21186",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2059.01/related/tasks/21186",
         "title": "Collaborate with other educational personnel to provide inclusive activities or programs for children with disabilities.",
         "importance": 81,
         "category": "Core"
      }
   ]
}