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-1131.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 33,
   "next": "https://api-v2.onetcenter.org/online/occupations/31-1131.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "19341",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1131.00/related/tasks/19341",
         "title": "Turn or reposition bedridden patients."
      },
      {
         "id": "19317",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1131.00/related/tasks/19317",
         "title": "Answer patient call signals, signal lights, bells, or intercom systems to determine patients' needs."
      },
      {
         "id": "19325",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1131.00/related/tasks/19325",
         "title": "Feed patients or assist patients to eat or drink."
      },
      {
         "id": "19327",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1131.00/related/tasks/19327",
         "title": "Measure and record food and liquid intake or urinary and fecal output, reporting changes to medical or nursing staff."
      },
      {
         "id": "19331",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1131.00/related/tasks/19331",
         "title": "Provide physical support to assist patients to perform daily living activities, such as getting out of bed, bathing, dressing, using the toilet, standing, walking, or exercising."
      }
   ]
}