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/29-2061.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2061.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "507",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2061.00/related/tasks/507",
         "title": "Observe patients, charting and reporting changes in patients' conditions, such as adverse reactions to medication or treatment, and taking any necessary action.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "510",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2061.00/related/tasks/510",
         "title": "Measure and record patients' vital signs, such as height, weight, temperature, blood pressure, pulse, or respiration.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "508",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2061.00/related/tasks/508",
         "title": "Administer prescribed medications or start intravenous fluids, noting times and amounts on patients' charts.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "511",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2061.00/related/tasks/511",
         "title": "Provide basic patient care or treatments, such as taking temperatures or blood pressures, dressing wounds, treating bedsores, giving enemas or douches, rubbing with alcohol, massaging, or performing catheterizations.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "509",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2061.00/related/tasks/509",
         "title": "Answer patients' calls and determine how to assist them.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "513",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2061.00/related/tasks/513",
         "title": "Supervise nurses' aides or assistants.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "516",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2061.00/related/tasks/516",
         "title": "Evaluate nursing intervention outcomes, conferring with other healthcare team members as necessary.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "514",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2061.00/related/tasks/514",
         "title": "Work as part of a healthcare team to assess patient needs, plan and modify care, and implement interventions.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "515",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2061.00/related/tasks/515",
         "title": "Record food and fluid intake and output.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "517",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2061.00/related/tasks/517",
         "title": "Assemble and use equipment, such as catheters, tracheotomy tubes, or oxygen suppliers.",
         "importance": 80,
         "category": "Core"
      }
   ]
}