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-4122.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4122.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "10274",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4122.00/related/tasks/10274",
         "title": "Read blueprints, work orders, or production schedules to determine product or job instructions or specifications.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "10271",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4122.00/related/tasks/10271",
         "title": "Inspect, measure, or test completed metal workpieces to ensure conformance to specifications, using measuring and testing devices.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "10272",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4122.00/related/tasks/10272",
         "title": "Record operational information on specified production reports.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "10270",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4122.00/related/tasks/10270",
         "title": "Correct problems by adjusting controls or by stopping machines and opening holding devices.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "10267",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4122.00/related/tasks/10267",
         "title": "Set up, operate, or tend welding machines that join or bond components to fabricate metal products or assemblies.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "10282",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4122.00/related/tasks/10282",
         "title": "Select torch tips, alloys, flux, coil, tubing, or wire, according to metal types or thicknesses, data charts, or records.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "10276",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4122.00/related/tasks/10276",
         "title": "Lay out, fit, or connect parts to be bonded, calculating production measurements, as necessary.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "10284",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4122.00/related/tasks/10284",
         "title": "Prepare metal surfaces or workpieces, using hand-operated equipment, such as grinders, cutters, or drills.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "10292",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4122.00/related/tasks/10292",
         "title": "Mark weld points and positions of components on workpieces, using rules, squares, templates, or scribes.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "10286",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4122.00/related/tasks/10286",
         "title": "Set dials and timing controls to regulate electrical current, gas flow pressure, heating or cooling cycles, or shut-off.",
         "importance": 73,
         "category": "Core"
      }
   ]
}