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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1123.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}