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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 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.",
         "importance": 100,
         "category": "Core"
      },
      {
         "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.",
         "importance": 99,
         "category": "Core"
      },
      {
         "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.",
         "importance": 95,
         "category": "Core"
      },
      {
         "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.",
         "importance": 95,
         "category": "Core"
      },
      {
         "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.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "343",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1041.00/related/tasks/343",
         "title": "Remove foreign bodies from the eye.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "344",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1041.00/related/tasks/344",
         "title": "Provide patients undergoing eye surgeries, such as cataract and laser vision correction, with pre- and post-operative care.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "342",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1041.00/related/tasks/342",
         "title": "Consult with and refer patients to ophthalmologist or other health care practitioner if additional medical treatment is determined necessary.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "345",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1041.00/related/tasks/345",
         "title": "Prescribe therapeutic procedures to correct or conserve vision.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "346",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1041.00/related/tasks/346",
         "title": "Provide vision therapy and low-vision rehabilitation.",
         "importance": 78,
         "category": "Core"
      }
   ]
}