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-2081.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2081.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "4201",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2081.00/related/tasks/4201",
         "title": "Measure clients' bridge and eye size, temple length, vertex distance, pupillary distance, and optical centers of eyes, using measuring devices."
      },
      {
         "id": "4202",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2081.00/related/tasks/4202",
         "title": "Verify that finished lenses are ground to specifications."
      },
      {
         "id": "4210",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2081.00/related/tasks/4210",
         "title": "Evaluate prescriptions in conjunction with clients' vocational and avocational visual requirements."
      },
      {
         "id": "4207",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2081.00/related/tasks/4207",
         "title": "Recommend specific lenses, lens coatings, and frames to suit client needs."
      },
      {
         "id": "4204",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2081.00/related/tasks/4204",
         "title": "Assist clients in selecting frames according to style and color, and ensure that frames are coordinated with facial and eye measurements and optical prescriptions."
      }
   ]
}