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

URL:
https://api-v2.onetcenter.org/online/occupations/29-1022.00/details/detailed_work_activities
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 8,
   "total": 8,
   "activity": [
      {
         "id": "4.A.4.a.5.I03.D03",
         "title": "Administer anesthetics or sedatives to control pain.",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1022.00/related/detailed_work_activities/4.A.4.a.5.I03.D03"
      },
      {
         "id": "4.A.4.a.2.I05.D05",
         "title": "Collaborate with healthcare professionals to plan or provide treatment.",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1022.00/related/detailed_work_activities/4.A.4.a.2.I05.D05"
      },
      {
         "id": "4.A.2.a.4.I06.D02",
         "title": "Analyze patient data to determine patient needs or treatment goals.",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1022.00/related/detailed_work_activities/4.A.2.a.4.I06.D02"
      },
      {
         "id": "4.A.4.a.5.I12.D03",
         "title": "Operate on patients to treat conditions.",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1022.00/related/detailed_work_activities/4.A.4.a.5.I12.D03"
      },
      {
         "id": "4.A.4.a.5.I12.D02",
         "title": "Treat acute illnesses, infections, or injuries.",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1022.00/related/detailed_work_activities/4.A.4.a.5.I12.D02"
      },
      {
         "id": "4.A.4.a.5.I12.D04",
         "title": "Treat dental problems or diseases.",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1022.00/related/detailed_work_activities/4.A.4.a.5.I12.D04"
      },
      {
         "id": "4.A.4.a.5.I07.D03",
         "title": "Treat medical emergencies.",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1022.00/related/detailed_work_activities/4.A.4.a.5.I07.D03"
      },
      {
         "id": "4.A.4.a.5.I12.D07",
         "title": "Treat chronic diseases or disorders.",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1022.00/related/detailed_work_activities/4.A.4.a.5.I12.D07"
      }
   ]
}