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-9161.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9161.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "11932",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9161.00/related/tasks/11932",
         "title": "Measure dimensions of finished workpieces to ensure conformance to specifications, using precision measuring instruments, templates, and fixtures."
      },
      {
         "id": "11944",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9161.00/related/tasks/11944",
         "title": "Set up and operate computer-controlled machines or robots to perform one or more machine functions on metal or plastic workpieces."
      },
      {
         "id": "11934",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9161.00/related/tasks/11934",
         "title": "Mount, install, align, and secure tools, attachments, fixtures, and workpieces on machines, using hand tools and precision measuring instruments."
      },
      {
         "id": "11946",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9161.00/related/tasks/11946",
         "title": "Review program specifications or blueprints to determine and set machine operations and sequencing, finished workpiece dimensions, or numerical control sequences."
      },
      {
         "id": "11937",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9161.00/related/tasks/11937",
         "title": "Stop machines to remove finished workpieces or to change tooling, setup, or workpiece placement, according to required machining sequences."
      }
   ]
}