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/31-2012.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/31-2012.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "9398",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2012.00/related/tasks/9398",
         "title": "Encourage patients and attend to their physical needs to facilitate the attainment of therapeutic goals."
      },
      {
         "id": "9399",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2012.00/related/tasks/9399",
         "title": "Report to supervisors or therapists, verbally or in writing, on patients' progress, attitudes, attendance, and accomplishments."
      },
      {
         "id": "9400",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2012.00/related/tasks/9400",
         "title": "Observe patients' attendance, progress, attitudes, and accomplishments and record and maintain information in client records."
      },
      {
         "id": "9403",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2012.00/related/tasks/9403",
         "title": "Prepare and maintain work area, materials, and equipment and maintain inventory of treatment and educational supplies."
      },
      {
         "id": "9409",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2012.00/related/tasks/9409",
         "title": "Transport patients to and from the occupational therapy work area."
      }
   ]
}