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-4033.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-4033.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "10140",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4033.00/related/tasks/10140",
         "title": "Inspect or measure finished workpieces to determine conformance to specifications, using measuring instruments, such as gauges or micrometers."
      },
      {
         "id": "10145",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4033.00/related/tasks/10145",
         "title": "Measure workpieces and lay out work, using precision measuring devices."
      },
      {
         "id": "10143",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4033.00/related/tasks/10143",
         "title": "Observe machine operations to detect any problems, making necessary adjustments to correct problems."
      },
      {
         "id": "10150",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4033.00/related/tasks/10150",
         "title": "Move machine controls to index workpieces, and to adjust machines for pre-selected operational settings."
      },
      {
         "id": "10147",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4033.00/related/tasks/10147",
         "title": "Study blueprints, work orders, or machining instructions to determine product specifications, tool requirements, and operational sequences."
      }
   ]
}