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/29-1041.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 10,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1041.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "337",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1041.00/related/tasks/337",
         "title": "Examine eyes, using observation, instruments, and pharmaceutical agents, to determine visual acuity and perception, focus, and coordination and to diagnose diseases and other abnormalities, such as glaucoma or color blindness."
      },
      {
         "id": "338",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1041.00/related/tasks/338",
         "title": "Analyze test results and develop a treatment plan."
      },
      {
         "id": "339",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1041.00/related/tasks/339",
         "title": "Prescribe, supply, fit and adjust eyeglasses, contact lenses, and other vision aids."
      },
      {
         "id": "340",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1041.00/related/tasks/340",
         "title": "Prescribe medications to treat eye diseases if state laws permit."
      },
      {
         "id": "341",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1041.00/related/tasks/341",
         "title": "Educate and counsel patients on contact lens care, visual hygiene, lighting arrangements, and safety factors."
      }
   ]
}