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