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-4194.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-4194.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "10349",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4194.00/related/tasks/10349",
         "title": "Monitor machine operations to determine whether adjustments are necessary, stopping machines when problems occur."
      },
      {
         "id": "10350",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4194.00/related/tasks/10350",
         "title": "Inspect, feel, and measure workpieces to ensure that surfaces and dimensions meet specifications."
      },
      {
         "id": "10358",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4194.00/related/tasks/10358",
         "title": "Study blueprints or layouts of metal workpieces to determine grinding procedures, and to plan machine setups and operational sequences."
      },
      {
         "id": "10354",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4194.00/related/tasks/10354",
         "title": "Select and mount grinding wheels on machines, according to specifications, using hand tools and applying knowledge of abrasives and grinding procedures."
      },
      {
         "id": "10357",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4194.00/related/tasks/10357",
         "title": "Compute numbers, widths, and angles of cutting tools, micrometers, scales, and gauges, and adjust tools to produce specified cuts."
      }
   ]
}