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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1299.02/details/tasks?start=11&end=16",
   "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.",
         "importance": 99,
         "category": "Core"
      },
      {
         "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.",
         "importance": 99,
         "category": "Core"
      },
      {
         "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.",
         "importance": 99,
         "category": "Core"
      },
      {
         "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.",
         "importance": 98,
         "category": "Core"
      },
      {
         "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.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "18427",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1299.02/related/tasks/18427",
         "title": "Develop nonsurgical treatment plans for patients with conditions such as strabismus, nystagmus, and other visual disorders.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "18431",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1299.02/related/tasks/18431",
         "title": "Interpret clinical or diagnostic test results.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "18434",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1299.02/related/tasks/18434",
         "title": "Develop or use special test and communication techniques to facilitate diagnosis and treatment of children or patients with disabilities.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "18440",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1299.02/related/tasks/18440",
         "title": "Provide training related to clinical methods or orthoptics to students, resident physicians, or other health professionals.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "18433",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1299.02/related/tasks/18433",
         "title": "Refer patients to ophthalmic surgeons or other physicians.",
         "importance": 76,
         "category": "Core"
      }
   ]
}