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-4034.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-4034.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "11993",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4034.00/related/tasks/11993",
         "title": "Adjust machine controls and change tool settings to keep dimensions within specified tolerances."
      },
      {
         "id": "11994",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4034.00/related/tasks/11994",
         "title": "Move controls to set cutting speeds and depths and feed rates, and to position tools in relation to workpieces."
      },
      {
         "id": "11992",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4034.00/related/tasks/11992",
         "title": "Study blueprints, layouts or charts, and job orders for information on specifications and tooling instructions, and to determine material requirements and operational sequences."
      },
      {
         "id": "11991",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4034.00/related/tasks/11991",
         "title": "Inspect sample workpieces to verify conformance with specifications, using instruments such as gauges, micrometers, and dial indicators."
      },
      {
         "id": "11999",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4034.00/related/tasks/11999",
         "title": "Replace worn tools, and sharpen dull cutting tools and dies, using bench grinders or cutter-grinding machines."
      }
   ]
}