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