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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1241.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}