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-4194.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-4194.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "10349",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4194.00/related/tasks/10349",
         "title": "Monitor machine operations to determine whether adjustments are necessary, stopping machines when problems occur.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "10350",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4194.00/related/tasks/10350",
         "title": "Inspect, feel, and measure workpieces to ensure that surfaces and dimensions meet specifications.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "10358",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4194.00/related/tasks/10358",
         "title": "Study blueprints or layouts of metal workpieces to determine grinding procedures, and to plan machine setups and operational sequences.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "10354",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4194.00/related/tasks/10354",
         "title": "Select and mount grinding wheels on machines, according to specifications, using hand tools and applying knowledge of abrasives and grinding procedures.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "10357",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4194.00/related/tasks/10357",
         "title": "Compute numbers, widths, and angles of cutting tools, micrometers, scales, and gauges, and adjust tools to produce specified cuts.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "10359",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4194.00/related/tasks/10359",
         "title": "Turn valves to direct flow of coolant against cutting wheels and workpieces during grinding.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "10351",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4194.00/related/tasks/10351",
         "title": "Set up and operate grinding or polishing machines to grind metal workpieces, such as dies, parts, and tools.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "10348",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4194.00/related/tasks/10348",
         "title": "Dress grinding wheels, according to specifications.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "10353",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4194.00/related/tasks/10353",
         "title": "File or finish surfaces of workpieces, using prescribed hand tools.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "10355",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4194.00/related/tasks/10355",
         "title": "Perform basic maintenance, such as cleaning and lubricating machine parts.",
         "importance": 79,
         "category": "Core"
      }
   ]
}