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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9044.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 95,
         "category": "Core"
      },
      {
         "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.",
         "importance": 93,
         "category": "Core"
      },
      {
         "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "3045",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9044.00/related/tasks/3045",
         "title": "Assemble and install equipment, using hand tools and power tools.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "3051",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9044.00/related/tasks/3051",
         "title": "Assemble machines, and bolt, weld, rivet, or otherwise fasten them to foundation or other structures, using hand tools and power tools.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "3049",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9044.00/related/tasks/3049",
         "title": "Move machinery and equipment, using hoists, dollies, rollers, and trucks.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "3054",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9044.00/related/tasks/3054",
         "title": "Level bedplate and establish centerline, using straightedge, levels, and transit.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "3055",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9044.00/related/tasks/3055",
         "title": "Dismantle machines, using hammers, wrenches, crowbars, and other hand tools.",
         "importance": 82,
         "category": "Core"
      }
   ]
}