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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2057.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "19252",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2057.00/related/tasks/19252",
         "title": "Take and document patients' medical histories."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}