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/detailed_work_activities
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 10,
   "activity": [
      {
         "id": "4.A.4.a.5.I11.D03",
         "title": "Adjust positions of patients on beds or tables.",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1132.00/related/detailed_work_activities/4.A.4.a.5.I11.D03"
      },
      {
         "id": "4.A.3.a.1.I09.D02",
         "title": "Clean medical equipment.",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1132.00/related/detailed_work_activities/4.A.3.a.1.I09.D02"
      },
      {
         "id": "4.A.3.a.1.I13.D02",
         "title": "Move patients to or from treatment areas.",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1132.00/related/detailed_work_activities/4.A.3.a.1.I13.D02"
      },
      {
         "id": "4.A.3.a.1.I10.D01",
         "title": "Transport biological or other medical materials.",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1132.00/related/detailed_work_activities/4.A.3.a.1.I10.D01"
      },
      {
         "id": "4.A.3.a.1.I05.D01",
         "title": "Dispose of biomedical waste in accordance with standards.",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1132.00/related/detailed_work_activities/4.A.3.a.1.I05.D01"
      },
      {
         "id": "4.A.3.a.1.I03.D07",
         "title": "Clean patient rooms or patient treatment rooms.",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1132.00/related/detailed_work_activities/4.A.3.a.1.I03.D07"
      },
      {
         "id": "4.A.4.a.5.I09.D09",
         "title": "Assist patients with daily activities.",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1132.00/related/detailed_work_activities/4.A.4.a.5.I09.D09"
      },
      {
         "id": "4.A.4.a.5.I11.D02",
         "title": "Hold patients to ensure proper positioning or safety.",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1132.00/related/detailed_work_activities/4.A.4.a.5.I11.D02"
      },
      {
         "id": "4.A.3.a.2.I37.D02",
         "title": "Stock medical or patient care supplies.",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1132.00/related/detailed_work_activities/4.A.3.a.2.I37.D02"
      },
      {
         "id": "4.A.4.a.5.I09.D01",
         "title": "Feed patients.",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1132.00/related/detailed_work_activities/4.A.4.a.5.I09.D01"
      }
   ]
}