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-4033.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4033.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "10140",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4033.00/related/tasks/10140",
         "title": "Inspect or measure finished workpieces to determine conformance to specifications, using measuring instruments, such as gauges or micrometers.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "10145",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4033.00/related/tasks/10145",
         "title": "Measure workpieces and lay out work, using precision measuring devices.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "10143",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4033.00/related/tasks/10143",
         "title": "Observe machine operations to detect any problems, making necessary adjustments to correct problems.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "10150",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4033.00/related/tasks/10150",
         "title": "Move machine controls to index workpieces, and to adjust machines for pre-selected operational settings.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "10147",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4033.00/related/tasks/10147",
         "title": "Study blueprints, work orders, or machining instructions to determine product specifications, tool requirements, and operational sequences.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "10146",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4033.00/related/tasks/10146",
         "title": "Select machine tooling to be used, using knowledge of machine and production requirements.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "10148",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4033.00/related/tasks/10148",
         "title": "Mount and position tools in machine chucks, spindles, or other tool holding devices, using hand tools.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "10149",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4033.00/related/tasks/10149",
         "title": "Activate machine start-up switches to grind, lap, hone, debar, shear, or cut workpieces, according to specifications.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "10142",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4033.00/related/tasks/10142",
         "title": "Set up, operate, or tend grinding and related tools that remove excess material or burrs from surfaces, sharpen edges or corners, or buff, hone, or polish metal or plastic workpieces.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "10144",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4033.00/related/tasks/10144",
         "title": "Set and adjust machine controls according to product specifications, using knowledge of machine operation.",
         "importance": 81,
         "category": "Core"
      }
   ]
}