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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2061.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}