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