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-2043.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2043.00/details/tasks?start=11&end=13",
   "task": [
      {
         "id": "22864",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2043.00/related/tasks/22864",
         "title": "Administer drugs, orally or by injection, or perform intravenous procedures."
      },
      {
         "id": "22865",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2043.00/related/tasks/22865",
         "title": "Administer first aid treatment or life support care to sick or injured persons in prehospital settings."
      },
      {
         "id": "22866",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2043.00/related/tasks/22866",
         "title": "Assess nature and extent of illness or injury to establish and prioritize medical procedures."
      },
      {
         "id": "22867",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2043.00/related/tasks/22867",
         "title": "Attend training classes to maintain certification licensure, keep abreast of new developments in the field, or maintain existing knowledge."
      },
      {
         "id": "22868",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2043.00/related/tasks/22868",
         "title": "Comfort and reassure patients."
      },
      {
         "id": "22869",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2043.00/related/tasks/22869",
         "title": "Coordinate with treatment center personnel to obtain patients' vital statistics and medical history, to determine the circumstances of the emergency, and to administer emergency treatment."
      },
      {
         "id": "22870",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2043.00/related/tasks/22870",
         "title": "Coordinate work with other emergency medical team members or police or fire department personnel."
      },
      {
         "id": "22871",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2043.00/related/tasks/22871",
         "title": "Instruct emergency medical response team about emergency interventions to ensure correct application of procedures."
      },
      {
         "id": "22872",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2043.00/related/tasks/22872",
         "title": "Observe, record, and report to physician the patient's condition or injury, the treatment provided, and reactions to drugs or treatment."
      },
      {
         "id": "22873",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2043.00/related/tasks/22873",
         "title": "Operate equipment, such as electrocardiograms (EKGs), external defibrillators, or bag valve mask resuscitators, in advanced life support environments."
      }
   ]
}