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