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-4031.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 32,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4031.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "10111",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4031.00/related/tasks/10111",
         "title": "Examine completed workpieces for defects, such as chipped edges or marred surfaces and sort defective pieces according to types of flaws."
      },
      {
         "id": "10110",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4031.00/related/tasks/10110",
         "title": "Measure completed workpieces to verify conformance to specifications, using micrometers, gauges, calipers, templates, or rulers."
      },
      {
         "id": "10127",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4031.00/related/tasks/10127",
         "title": "Set stops on machine beds, change dies, and adjust components, such as rams or power presses, when making multiple or successive passes."
      },
      {
         "id": "10115",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4031.00/related/tasks/10115",
         "title": "Start machines, monitor their operations, and record operational data."
      },
      {
         "id": "10114",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4031.00/related/tasks/10114",
         "title": "Set up, operate, or tend machines to saw, cut, shear, slit, punch, crimp, notch, bend, or straighten metal or plastic material."
      }
   ]
}