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-4032.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4032.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "11974",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4032.00/related/tasks/11974",
         "title": "Verify conformance of machined work to specifications, using measuring instruments, such as calipers, micrometers, or fixed or telescoping gauges."
      },
      {
         "id": "11975",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4032.00/related/tasks/11975",
         "title": "Study machining instructions, job orders, or blueprints to determine dimensional or finish specifications, sequences of operations, setups, or tooling requirements."
      },
      {
         "id": "11980",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4032.00/related/tasks/11980",
         "title": "Move machine controls to lower tools to workpieces and to engage automatic feeds."
      },
      {
         "id": "11988",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4032.00/related/tasks/11988",
         "title": "Verify that workpiece reference lines are parallel to the axis of table rotation, using dial indicators mounted in spindles."
      },
      {
         "id": "11983",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4032.00/related/tasks/11983",
         "title": "Establish zero reference points on workpieces, such as at the intersections of two edges or over hole locations."
      }
   ]
}