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-1299.02/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1299.02/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "18429",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1299.02/related/tasks/18429",
         "title": "Examine patients with problems related to ocular motility, binocular vision, amblyopia, or strabismus."
      },
      {
         "id": "18430",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1299.02/related/tasks/18430",
         "title": "Evaluate, diagnose, or treat disorders of the visual system with an emphasis on binocular vision or abnormal eye movements."
      },
      {
         "id": "18432",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1299.02/related/tasks/18432",
         "title": "Provide instructions to patients or family members concerning diagnoses or treatment plans."
      },
      {
         "id": "18428",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1299.02/related/tasks/18428",
         "title": "Perform diagnostic tests or measurements, such as motor testing, visual acuity testing, lensometry, retinoscopy, and color vision testing."
      },
      {
         "id": "18426",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1299.02/related/tasks/18426",
         "title": "Provide nonsurgical interventions, including corrective lenses, patches, drops, fusion exercises, or stereograms, to treat conditions such as strabismus, heterophoria, and convergence insufficiency."
      }
   ]
}