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/31-1132.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/31-1132.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "19357",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1132.00/related/tasks/19357",
         "title": "Lift or assist others to lift patients to move them on or off beds, examination tables, surgical tables, or stretchers."
      },
      {
         "id": "19366",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1132.00/related/tasks/19366",
         "title": "Transport patients to treatment units, testing units, operating rooms, or other areas, using wheelchairs, stretchers, or moveable beds."
      },
      {
         "id": "19356",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1132.00/related/tasks/19356",
         "title": "Disinfect or sterilize equipment or supplies, using germicides or sterilizing equipment."
      },
      {
         "id": "19353",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1132.00/related/tasks/19353",
         "title": "Clean equipment, such as wheelchairs, hospital beds, or portable medical equipment, documenting needed repairs or maintenance."
      },
      {
         "id": "19359",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1132.00/related/tasks/19359",
         "title": "Respond to emergency situations, such as emergency medical calls, security calls, or fire alarms."
      }
   ]
}