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-4035.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4035.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "14001",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4035.00/related/tasks/14001",
         "title": "Remove workpieces from machines, and check to ensure that they conform to specifications, using measuring instruments such as microscopes, gauges, calipers, and micrometers."
      },
      {
         "id": "14007",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4035.00/related/tasks/14007",
         "title": "Verify alignment of workpieces on machines, using measuring instruments such as rules, gauges, or calipers."
      },
      {
         "id": "14005",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4035.00/related/tasks/14005",
         "title": "Move controls to set cutting specifications, to position cutting tools and workpieces in relation to each other, and to start machines."
      },
      {
         "id": "14002",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4035.00/related/tasks/14002",
         "title": "Observe milling or planing machine operation, and adjust controls to ensure conformance with specified tolerances."
      },
      {
         "id": "14011",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4035.00/related/tasks/14011",
         "title": "Select and install cutting tools and other accessories according to specifications, using hand tools or power tools."
      }
   ]
}