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-1041.00/details/detailed_work_activities
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1041.00/details/detailed_work_activities?start=11&end=13",
   "activity": [
      {
         "id": "4.A.1.b.2.I01.D04",
         "title": "Test patient vision.",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1041.00/related/detailed_work_activities/4.A.1.b.2.I01.D04"
      },
      {
         "id": "4.A.2.a.4.I06.D03",
         "title": "Analyze test data or images to inform diagnosis or treatment.",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1041.00/related/detailed_work_activities/4.A.2.a.4.I06.D03"
      },
      {
         "id": "4.A.2.b.2.I01.D02",
         "title": "Develop medical treatment plans.",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1041.00/related/detailed_work_activities/4.A.2.b.2.I01.D02"
      },
      {
         "id": "4.A.4.a.5.I06.D01",
         "title": "Fit eyeglasses, contact lenses, or other vision aids.",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1041.00/related/detailed_work_activities/4.A.4.a.5.I06.D01"
      },
      {
         "id": "4.A.4.c.3.I06.D04",
         "title": "Prescribe assistive medical devices or related treatments.",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1041.00/related/detailed_work_activities/4.A.4.c.3.I06.D04"
      },
      {
         "id": "4.A.4.c.3.I06.D03",
         "title": "Prescribe medications.",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1041.00/related/detailed_work_activities/4.A.4.c.3.I06.D03"
      },
      {
         "id": "4.A.4.b.3.I06.D05",
         "title": "Train patients, family members, or caregivers in techniques for managing disabilities or illnesses.",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1041.00/related/detailed_work_activities/4.A.4.b.3.I06.D05"
      },
      {
         "id": "4.A.1.a.2.I05.D03",
         "title": "Monitor patients following surgeries or other treatments.",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1041.00/related/detailed_work_activities/4.A.1.a.2.I05.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-1041.00/related/detailed_work_activities/4.A.4.a.5.I12.D02"
      },
      {
         "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-1041.00/related/detailed_work_activities/4.A.4.a.2.I05.D05"
      }
   ]
}