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-1071.01/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1071.01/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "17301",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1071.01/related/tasks/17301",
         "title": "Provide airway management interventions including tracheal intubation, fiber optics, or ventilary support.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "17302",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1071.01/related/tasks/17302",
         "title": "Respond to emergency situations by providing cardiopulmonary resuscitation (CPR), basic cardiac life support (BLS), advanced cardiac life support (ACLS), or pediatric advanced life support (PALS).",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "17296",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1071.01/related/tasks/17296",
         "title": "Verify availability of operating room supplies, medications, and gases.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "17304",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1071.01/related/tasks/17304",
         "title": "Pretest and calibrate anesthesia delivery systems and monitors.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "17299",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1071.01/related/tasks/17299",
         "title": "Participate in seminars, workshops, or other professional activities to keep abreast of developments in anesthesiology.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "17310",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1071.01/related/tasks/17310",
         "title": "Control anesthesia levels during procedures.",
         "importance": 98,
         "category": "Supplemental"
      },
      {
         "id": "17305",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1071.01/related/tasks/17305",
         "title": "Assist anesthesiologists in monitoring of patients, including electrocardiogram (EKG), direct arterial pressure, central venous pressure, arterial blood gas, hematocrit, or routine measurement of temperature, respiration, blood pressure or heart rate.",
         "importance": 96,
         "category": "Supplemental"
      },
      {
         "id": "17309",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1071.01/related/tasks/17309",
         "title": "Administer blood, blood products, or supportive fluids.",
         "importance": 92,
         "category": "Supplemental"
      },
      {
         "id": "17300",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1071.01/related/tasks/17300",
         "title": "Collect and document patients' pre-anesthetic health histories.",
         "importance": 90,
         "category": "Supplemental"
      },
      {
         "id": "17306",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1071.01/related/tasks/17306",
         "title": "Assist in the provision of advanced life support techniques including those procedures using high frequency ventilation or intra-arterial cardiovascular assistance devices.",
         "importance": 89,
         "category": "Supplemental"
      }
   ]
}