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-2057.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2057.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "19252",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2057.00/related/tasks/19252",
         "title": "Take and document patients' medical histories.",
         "importance": 99,
         "category": "Core"
      },
      {
         "id": "19257",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2057.00/related/tasks/19257",
         "title": "Conduct tonometry or tonography tests to measure intraocular pressure.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "19250",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2057.00/related/tasks/19250",
         "title": "Operate ophthalmic equipment, such as autorefractors, phoropters, tomographs, or retinoscopes.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "19251",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2057.00/related/tasks/19251",
         "title": "Take anatomical or functional ocular measurements of the eye or surrounding tissue, such as axial length measurements.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "19249",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2057.00/related/tasks/19249",
         "title": "Measure visual acuity, including near, distance, pinhole, or dynamic visual acuity, using appropriate tests.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "19248",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2057.00/related/tasks/19248",
         "title": "Measure and record lens power, using lensometers.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "19239",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2057.00/related/tasks/19239",
         "title": "Administer topical ophthalmic or oral medications.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "19245",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2057.00/related/tasks/19245",
         "title": "Conduct visual field tests to measure field of vision.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "19255",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2057.00/related/tasks/19255",
         "title": "Assist physicians in performing ophthalmic procedures, including surgery.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "19258",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2057.00/related/tasks/19258",
         "title": "Measure corneal curvature with keratometers or ophthalmometers to aid in the diagnosis of conditions, such as astigmatism.",
         "importance": 91,
         "category": "Core"
      }
   ]
}