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-4032.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4032.00/details/tasks?start=11&end=17",
   "task": [
      {
         "id": "11974",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4032.00/related/tasks/11974",
         "title": "Verify conformance of machined work to specifications, using measuring instruments, such as calipers, micrometers, or fixed or telescoping gauges.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "11975",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4032.00/related/tasks/11975",
         "title": "Study machining instructions, job orders, or blueprints to determine dimensional or finish specifications, sequences of operations, setups, or tooling requirements.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "11980",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4032.00/related/tasks/11980",
         "title": "Move machine controls to lower tools to workpieces and to engage automatic feeds.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "11988",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4032.00/related/tasks/11988",
         "title": "Verify that workpiece reference lines are parallel to the axis of table rotation, using dial indicators mounted in spindles.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "11983",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4032.00/related/tasks/11983",
         "title": "Establish zero reference points on workpieces, such as at the intersections of two edges or over hole locations.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "11978",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4032.00/related/tasks/11978",
         "title": "Change worn cutting tools, using wrenches.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "11976",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4032.00/related/tasks/11976",
         "title": "Select and set cutting speeds, feed rates, depths of cuts, and cutting tools, according to machining instructions or knowledge of metal properties.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "11979",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4032.00/related/tasks/11979",
         "title": "Position and secure workpieces on tables, using bolts, jigs, clamps, shims, or other holding devices.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "11984",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4032.00/related/tasks/11984",
         "title": "Observe drilling or boring machine operations to detect any problems.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "11985",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4032.00/related/tasks/11985",
         "title": "Lift workpieces onto work tables either manually or with hoists or direct crane operators to lift and position workpieces.",
         "importance": 81,
         "category": "Core"
      }
   ]
}