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-2042.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2042.00/details/tasks?start=11&end=12",
   "task": [
      {
         "id": "22852",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2042.00/related/tasks/22852",
         "title": "Administer first aid treatment or life support care to sick or injured persons in prehospital settings."
      },
      {
         "id": "22853",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2042.00/related/tasks/22853",
         "title": "Assess nature and extent of illness or injury to establish and prioritize medical procedures."
      },
      {
         "id": "22854",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2042.00/related/tasks/22854",
         "title": "Attend training classes to maintain certification licensure, keep abreast of new developments in the field, or maintain existing knowledge."
      },
      {
         "id": "22855",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2042.00/related/tasks/22855",
         "title": "Comfort and reassure patients."
      },
      {
         "id": "22856",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2042.00/related/tasks/22856",
         "title": "Communicate with dispatchers or treatment center personnel to provide information about situation, to arrange reception of survivors, or to receive instructions for further treatment."
      },
      {
         "id": "22857",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2042.00/related/tasks/22857",
         "title": "Coordinate work with other emergency medical team members or police or fire department personnel."
      },
      {
         "id": "22858",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2042.00/related/tasks/22858",
         "title": "Decontaminate ambulance interior following treatment of patient with infectious disease, and report case to proper authorities."
      },
      {
         "id": "22859",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2042.00/related/tasks/22859",
         "title": "Drive mobile intensive care unit to specified location, following instructions from emergency medical dispatcher."
      },
      {
         "id": "22860",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2042.00/related/tasks/22860",
         "title": "Immobilize patient for placement on stretcher and ambulance transport, using backboard or other spinal immobilization device."
      },
      {
         "id": "22861",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2042.00/related/tasks/22861",
         "title": "Maintain vehicles and medical and communication equipment, and replenish first aid equipment and supplies."
      }
   ]
}