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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2081.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 99,
         "category": "Core"
      },
      {
         "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.",
         "importance": 97,
         "category": "Core"
      },
      {
         "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.",
         "importance": 95,
         "category": "Core"
      },
      {
         "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.",
         "importance": 95,
         "category": "Core"
      },
      {
         "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.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "4205",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2081.00/related/tasks/4205",
         "title": "Maintain records of customer prescriptions, work orders, and payments.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "4209",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2081.00/related/tasks/4209",
         "title": "Heat, shape, or bend plastic or metal frames to adjust eyeglasses to fit clients, using pliers and hands.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "4213",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2081.00/related/tasks/4213",
         "title": "Show customers how to insert, remove, and care for their contact lenses.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "4212",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2081.00/related/tasks/4212",
         "title": "Determine clients' current lens prescriptions, when necessary, using lensometers or lens analyzers and clients' eyeglasses.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "4203",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2081.00/related/tasks/4203",
         "title": "Prepare work orders and instructions for grinding lenses and fabricating eyeglasses.",
         "importance": 91,
         "category": "Core"
      }
   ]
}