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-1211.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1211.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "7754",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1211.00/related/tasks/7754",
         "title": "Monitor patient before, during, and after anesthesia and counteract adverse reactions or complications.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "7756",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1211.00/related/tasks/7756",
         "title": "Record type and amount of anesthesia and patient condition throughout procedure.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "7755",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1211.00/related/tasks/7755",
         "title": "Provide and maintain life support and airway management and help prepare patients for emergency surgery.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "7753",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1211.00/related/tasks/7753",
         "title": "Administer anesthetic or sedation during medical procedures, using local, intravenous, spinal, or caudal methods.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "7757",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1211.00/related/tasks/7757",
         "title": "Examine patient, obtain medical history, and use diagnostic tests to determine risk during surgical, obstetrical, and other medical procedures.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "7758",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1211.00/related/tasks/7758",
         "title": "Position patient on operating table to maximize patient comfort and surgical accessibility.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "7760",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1211.00/related/tasks/7760",
         "title": "Coordinate administration of anesthetics with surgeons during operation.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "7759",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1211.00/related/tasks/7759",
         "title": "Decide when patients have recovered or stabilized enough to be sent to another room or ward or to be sent home following outpatient surgery.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "7761",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1211.00/related/tasks/7761",
         "title": "Confer with other medical professionals to determine type and method of anesthetic or sedation to render patient insensible to pain.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "7763",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1211.00/related/tasks/7763",
         "title": "Order laboratory tests, x-rays, and other diagnostic procedures.",
         "importance": 80,
         "category": "Core"
      }
   ]
}