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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/31-1121.00/details/tasks?start=11&end=15",
   "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "20577",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1121.00/related/tasks/20577",
         "title": "Bathe patients.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 79,
         "category": "Core"
      },
      {
         "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.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "4245",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1121.00/related/tasks/4245",
         "title": "Plan, purchase, prepare, or serve meals to patients or other family members, according to prescribed diets.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "4247",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1121.00/related/tasks/4247",
         "title": "Check patients' pulse, temperature, and respiration.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "4242",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1121.00/related/tasks/4242",
         "title": "Provide patients and families with emotional support and instruction in areas such as caring for infants, preparing healthy meals, living independently, or adapting to disability or illness.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "4249",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1121.00/related/tasks/4249",
         "title": "Perform a variety of duties as requested by client, such as obtaining household supplies or running errands.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "4246",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1121.00/related/tasks/4246",
         "title": "Direct patients in simple prescribed exercises or in the use of braces or artificial limbs.",
         "importance": 62,
         "category": "Core"
      }
   ]
}