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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1126.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 97,
         "category": "Core"
      },
      {
         "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.",
         "importance": 96,
         "category": "Core"
      },
      {
         "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.",
         "importance": 94,
         "category": "Core"
      },
      {
         "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.",
         "importance": 94,
         "category": "Core"
      },
      {
         "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.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "401",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1126.00/related/tasks/401",
         "title": "Read prescription, measure arterial blood gases, and review patient information to assess patient condition.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "408",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1126.00/related/tasks/408",
         "title": "Relay blood analysis results to a physician.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "405",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1126.00/related/tasks/405",
         "title": "Inspect, clean, test, and maintain respiratory therapy equipment to ensure equipment is functioning safely and efficiently, ordering repairs when necessary.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "407",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1126.00/related/tasks/407",
         "title": "Explain treatment procedures to patients to gain cooperation and allay fears.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "414",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1126.00/related/tasks/414",
         "title": "Make emergency visits to resolve equipment problems.",
         "importance": 89,
         "category": "Core"
      }
   ]
}