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-2099.05/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 31,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2099.05/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "19268",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2099.05/related/tasks/19268",
         "title": "Conduct tonometry or tonography tests to measure intraocular pressure.",
         "importance": 99,
         "category": "Core"
      },
      {
         "id": "19287",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2099.05/related/tasks/19287",
         "title": "Take and document patients' medical histories.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "19281",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2099.05/related/tasks/19281",
         "title": "Take anatomical or functional ocular measurements, such as axial length measurements, of the eye or surrounding tissue.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "19275",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2099.05/related/tasks/19275",
         "title": "Measure visual acuity, including near, distance, pinhole, or dynamic visual acuity, using appropriate tests.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "19259",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2099.05/related/tasks/19259",
         "title": "Administer topical ophthalmic or oral medications.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "19271",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2099.05/related/tasks/19271",
         "title": "Measure and record lens power, using lensometers.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "19263",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2099.05/related/tasks/19263",
         "title": "Calculate corrections for refractive errors.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "19264",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2099.05/related/tasks/19264",
         "title": "Collect ophthalmic measurements or other diagnostic information, using ultrasound equipment, such as A-scan ultrasound biometry or B-scan ultrasonography equipment.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "21190",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2099.05/related/tasks/21190",
         "title": "Perform ophthalmic triage, in the office or by phone, to assess severity of patients' conditions.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "19283",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2099.05/related/tasks/19283",
         "title": "Clean or sterilize ophthalmic or surgical instruments.",
         "importance": 86,
         "category": "Core"
      }
   ]
}