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-1126.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-1126.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "398",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1126.00/related/tasks/398",
         "title": "Provide emergency care, such as artificial respiration, external cardiac massage, or assistance with cardiopulmonary resuscitation."
      },
      {
         "id": "400",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1126.00/related/tasks/400",
         "title": "Monitor patient's physiological responses to therapy, such as vital signs, arterial blood gases, or blood chemistry changes, and consult with physician if adverse reactions occur."
      },
      {
         "id": "397",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1126.00/related/tasks/397",
         "title": "Set up and operate devices, such as mechanical ventilators, therapeutic gas administration apparatus, environmental control systems, or aerosol generators, following specified parameters of treatment."
      },
      {
         "id": "18522",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1126.00/related/tasks/18522",
         "title": "Work as part of a team of physicians, nurses, or other healthcare professionals to manage patient care by assisting with medical procedures or related duties."
      },
      {
         "id": "404",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1126.00/related/tasks/404",
         "title": "Maintain charts that contain patients' pertinent identification and therapy information."
      }
   ]
}