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-2011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/31-2011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "4258",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2011.00/related/tasks/4258",
         "title": "Instruct, or assist in instructing, patients and families in home programs, basic living skills, or the care and use of adaptive equipment."
      },
      {
         "id": "4255",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2011.00/related/tasks/4255",
         "title": "Maintain and promote a positive attitude toward clients and their treatment programs."
      },
      {
         "id": "4262",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2011.00/related/tasks/4262",
         "title": "Report to supervisors, verbally or in writing, on patients' progress, attitudes, and behavior."
      },
      {
         "id": "4261",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2011.00/related/tasks/4261",
         "title": "Implement, or assist occupational therapists with implementing, treatment plans designed to help clients function independently."
      },
      {
         "id": "4256",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2011.00/related/tasks/4256",
         "title": "Monitor patients' performance in therapy activities, providing encouragement."
      }
   ]
}