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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1128.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "id": "19201",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1128.00/related/tasks/19201",
         "title": "Recommend methods to increase lifestyle physical activity."
      },
      {
         "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."
      }
   ]
}