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-1151.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1151.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "18361",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1151.00/related/tasks/18361",
         "title": "Manage patients' airway or pulmonary status, using techniques such as endotracheal intubation, mechanical ventilation, pharmacological support, respiratory therapy, and extubation.",
         "importance": 99,
         "category": "Core"
      },
      {
         "id": "18365",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1151.00/related/tasks/18365",
         "title": "Respond to emergency situations by providing airway management, administering emergency fluids or drugs, or using basic or advanced cardiac life support techniques.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "18362",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1151.00/related/tasks/18362",
         "title": "Monitor patients' responses, including skin color, pupil dilation, pulse, heart rate, blood pressure, respiration, ventilation, or urine output, using invasive and noninvasive techniques.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "18366",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1151.00/related/tasks/18366",
         "title": "Select, order, or administer anesthetics, adjuvant drugs, accessory drugs, fluids or blood products as necessary.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "18370",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1151.00/related/tasks/18370",
         "title": "Select, prepare, or use equipment, monitors, supplies, or drugs for the administration of anesthetics.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "18367",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1151.00/related/tasks/18367",
         "title": "Assess patients' medical histories to predict anesthesia response.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "18363",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1151.00/related/tasks/18363",
         "title": "Perform or manage regional anesthetic techniques, such as local, spinal, epidural, caudal, nerve blocks and intravenous blocks.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "18368",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1151.00/related/tasks/18368",
         "title": "Develop anesthesia care plans.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "18369",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1151.00/related/tasks/18369",
         "title": "Obtain informed consent from patients for anesthesia procedures.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "18364",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1151.00/related/tasks/18364",
         "title": "Prepare prescribed solutions and administer local, intravenous, spinal, or other anesthetics, following specified methods and procedures.",
         "importance": 90,
         "category": "Core"
      }
   ]
}