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/29-1128.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1128.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "19193",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1128.00/related/tasks/19193",
         "title": "Develop exercise programs to improve participant strength, flexibility, endurance, or circulatory functioning, in accordance with exercise science standards, regulatory requirements, and credentialing requirements.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "19212",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1128.00/related/tasks/19212",
         "title": "Provide emergency or other appropriate medical care to participants with symptoms or signs of physical distress.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "19192",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1128.00/related/tasks/19192",
         "title": "Demonstrate correct use of exercise equipment or performance of exercise routines.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "19201",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1128.00/related/tasks/19201",
         "title": "Recommend methods to increase lifestyle physical activity.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "19195",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1128.00/related/tasks/19195",
         "title": "Interpret exercise program participant data to evaluate progress or identify needed program changes.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "19199",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1128.00/related/tasks/19199",
         "title": "Prescribe individualized exercise programs, specifying equipment, such as treadmill, exercise bicycle, ergometers, or perceptual goggles.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "19200",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1128.00/related/tasks/19200",
         "title": "Provide clinical oversight of exercise for participants at all risk levels.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "19194",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1128.00/related/tasks/19194",
         "title": "Explain exercise program or physiological testing procedures to participants.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "19207",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1128.00/related/tasks/19207",
         "title": "Interview participants to obtain medical history or assess participant goals.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "19203",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1128.00/related/tasks/19203",
         "title": "Assess physical performance requirements to aid in the development of individualized recovery or rehabilitation exercise programs.",
         "importance": 88,
         "category": "Core"
      }
   ]
}