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.04/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1229.04/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "17201",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.04/related/tasks/17201",
         "title": "Document examination results, treatment plans, and patients' outcomes."
      },
      {
         "id": "17200",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.04/related/tasks/17200",
         "title": "Examine patients to assess mobility, strength, communication, or cognition."
      },
      {
         "id": "17198",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.04/related/tasks/17198",
         "title": "Assess characteristics of patients' pain, such as intensity, location, or duration, using standardized clinical measures."
      },
      {
         "id": "17210",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.04/related/tasks/17210",
         "title": "Provide inpatient or outpatient medical management of neuromuscular disorders, musculoskeletal trauma, acute and chronic pain, deformity or amputation, cardiac or pulmonary disease, or other disabling conditions."
      },
      {
         "id": "17199",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.04/related/tasks/17199",
         "title": "Monitor effectiveness of pain management interventions, such as medication or spinal injections."
      }
   ]
}