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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/31-1132.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 96,
         "category": "Core"
      },
      {
         "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.",
         "importance": 93,
         "category": "Core"
      },
      {
         "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.",
         "importance": 93,
         "category": "Core"
      },
      {
         "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.",
         "importance": 93,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "19351",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1132.00/related/tasks/19351",
         "title": "Change soiled linens, such as bed linens, drapes, or cubicle curtains.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "19350",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1132.00/related/tasks/19350",
         "title": "Carry messages or documents between departments.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "19367",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1132.00/related/tasks/19367",
         "title": "Transport portable medical equipment or medical supplies between rooms or departments.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "19352",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1132.00/related/tasks/19352",
         "title": "Clean and sanitize patient rooms, bathrooms, examination rooms, or other patient areas.",
         "importance": 83,
         "category": "Supplemental"
      },
      {
         "id": "19354",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1132.00/related/tasks/19354",
         "title": "Collect and transport infectious or hazardous waste in closed containers for sterilization or disposal, in accordance with applicable law, standards, or policies.",
         "importance": 83,
         "category": "Supplemental"
      }
   ]
}