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-1121.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-1121.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "4240",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1121.00/related/tasks/4240",
         "title": "Maintain records of patient care, condition, progress, or problems to report and discuss observations with supervisor or case manager."
      },
      {
         "id": "4241",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1121.00/related/tasks/4241",
         "title": "Provide patients with help moving in and out of beds, baths, wheelchairs, or automobiles and with dressing and grooming."
      },
      {
         "id": "20577",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1121.00/related/tasks/20577",
         "title": "Bathe patients."
      },
      {
         "id": "18694",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1121.00/related/tasks/18694",
         "title": "Care for patients by changing bed linens, washing and ironing laundry, cleaning, or assisting with their personal care."
      },
      {
         "id": "4244",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1121.00/related/tasks/4244",
         "title": "Entertain, converse with, or read aloud to patients to keep them mentally healthy and alert."
      }
   ]
}