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/49-9044.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9044.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "3041",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9044.00/related/tasks/3041",
         "title": "Replace defective parts of machine, or adjust clearances and alignment of moving parts."
      },
      {
         "id": "21083",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9044.00/related/tasks/21083",
         "title": "Align machines or equipment, using hoists, jacks, hand tools, squares, rules, micrometers, lasers, or plumb bobs."
      },
      {
         "id": "3048",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9044.00/related/tasks/3048",
         "title": "Insert shims, adjust tension on nuts and bolts, or position parts, using hand tools and measuring instruments, to set specified clearances between moving and stationary parts."
      },
      {
         "id": "3047",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9044.00/related/tasks/3047",
         "title": "Signal crane operator to lower basic assembly units to bedplate, and align unit to centerline."
      },
      {
         "id": "18785",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9044.00/related/tasks/18785",
         "title": "Conduct preventative maintenance and repair, and lubricate machines and equipment."
      }
   ]
}