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-1123.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1123.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "363",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1123.00/related/tasks/363",
         "title": "Plan, prepare, or carry out individually designed programs of physical treatment to maintain, improve, or restore physical functioning, alleviate pain, or prevent physical dysfunction in patients.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "364",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1123.00/related/tasks/364",
         "title": "Perform and document an initial exam, evaluating data to identify problems and determine a diagnosis prior to intervention.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "370",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1123.00/related/tasks/370",
         "title": "Record prognosis, treatment, response, and progress in patient's chart or enter information into computer.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "367",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1123.00/related/tasks/367",
         "title": "Instruct patient and family in treatment procedures to be continued at home.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "365",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1123.00/related/tasks/365",
         "title": "Evaluate effects of treatment at various stages and adjust treatments to achieve maximum benefit.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "368",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1123.00/related/tasks/368",
         "title": "Confer with the patient, medical practitioners, or appropriate others to plan, implement, or assess the intervention program.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "366",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1123.00/related/tasks/366",
         "title": "Administer manual exercises, massage, or traction to help relieve pain, increase patient strength, or decrease or prevent deformity or crippling.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "371",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1123.00/related/tasks/371",
         "title": "Obtain patients' informed consent to proposed interventions.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "373",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1123.00/related/tasks/373",
         "title": "Test and measure patient's strength, motor development and function, sensory perception, functional capacity, or respiratory or circulatory efficiency and record data.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "377",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1123.00/related/tasks/377",
         "title": "Direct, supervise, assess, and communicate with supportive personnel.",
         "importance": 91,
         "category": "Core"
      }
   ]
}