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-4192.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4192.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "10298",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4192.00/related/tasks/10298",
         "title": "Mark curves, lines, holes, dimensions, and welding symbols onto workpieces, using scribes, soapstones, punches, and hand drills."
      },
      {
         "id": "10302",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4192.00/related/tasks/10302",
         "title": "Plan locations and sequences of cutting, drilling, bending, rolling, punching, and welding operations, using compasses, protractors, dividers, and rules."
      },
      {
         "id": "10295",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4192.00/related/tasks/10295",
         "title": "Fit and align fabricated parts to be welded or assembled."
      },
      {
         "id": "10300",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4192.00/related/tasks/10300",
         "title": "Locate center lines and verify template positions, using measuring instruments such as gauge blocks, height gauges, and dial indicators."
      },
      {
         "id": "10296",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4192.00/related/tasks/10296",
         "title": "Plan and develop layouts from blueprints and templates, applying knowledge of trigonometry, design, effects of heat, and properties of metals."
      }
   ]
}