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-1229.06/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1229.06/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "17281",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.06/related/tasks/17281",
         "title": "Diagnose or treat disorders of the musculoskeletal system."
      },
      {
         "id": "17273",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.06/related/tasks/17273",
         "title": "Order and interpret the results of laboratory tests and diagnostic imaging procedures."
      },
      {
         "id": "17257",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.06/related/tasks/17257",
         "title": "Advise against injured athletes returning to games or competition if resuming activity could lead to further injury."
      },
      {
         "id": "17268",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.06/related/tasks/17268",
         "title": "Record athletes' medical care information, and maintain medical records."
      },
      {
         "id": "17265",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.06/related/tasks/17265",
         "title": "Record athletes' medical histories, and perform physical examinations."
      }
   ]
}