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/51-9083.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9083.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "10529",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9083.00/related/tasks/10529",
         "title": "Mount and secure lens blanks or optical lenses in holding tools or chucks of cutting, polishing, grinding, or coating machines."
      },
      {
         "id": "10532",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9083.00/related/tasks/10532",
         "title": "Inspect lens blanks to detect flaws, verify smoothness of surface, and ensure thickness of coating on lenses."
      },
      {
         "id": "10537",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9083.00/related/tasks/10537",
         "title": "Set up machines to polish, bevel, edge, or grind lenses, flats, blanks, or other precision optical elements."
      },
      {
         "id": "10540",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9083.00/related/tasks/10540",
         "title": "Inspect, weigh, and measure mounted or unmounted lenses after completion to verify alignment and conformance to specifications, using precision instruments."
      },
      {
         "id": "10530",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9083.00/related/tasks/10530",
         "title": "Shape lenses appropriately so that they can be inserted into frames."
      }
   ]
}