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-1241.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1241.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "17175",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1241.00/related/tasks/17175",
         "title": "Perform comprehensive examinations of the visual system to determine the nature or extent of ocular disorders.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "17176",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1241.00/related/tasks/17176",
         "title": "Diagnose or treat injuries, disorders, or diseases of the eye and eye structures including the cornea, sclera, conjunctiva, or eyelids.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "17166",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1241.00/related/tasks/17166",
         "title": "Provide or direct the provision of postoperative care.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "17162",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1241.00/related/tasks/17162",
         "title": "Develop or implement plans and procedures for ophthalmologic services.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "17169",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1241.00/related/tasks/17169",
         "title": "Prescribe or administer topical or systemic medications to treat ophthalmic conditions and to manage pain.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "17171",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1241.00/related/tasks/17171",
         "title": "Develop treatment plans based on patients' histories and goals, the nature and severity of disorders, and treatment risks and benefits.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "17173",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1241.00/related/tasks/17173",
         "title": "Perform ophthalmic surgeries such as cataract, glaucoma, refractive, corneal, vitro-retinal, eye muscle, or oculoplastic surgeries.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "17163",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1241.00/related/tasks/17163",
         "title": "Educate patients about maintenance and promotion of healthy vision.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "17167",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1241.00/related/tasks/17167",
         "title": "Document or evaluate patients' medical histories.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "17170",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1241.00/related/tasks/17170",
         "title": "Perform, order, or interpret the results of diagnostic or clinical tests.",
         "importance": 90,
         "category": "Core"
      }
   ]
}