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-4191.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4191.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "12087",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4191.00/related/tasks/12087",
         "title": "Read production schedules and work orders to determine processing sequences, furnace temperatures, and heat cycle requirements for objects to be heat-treated.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "12088",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4191.00/related/tasks/12088",
         "title": "Record times that parts are removed from furnaces to document that objects have attained specified temperatures for specified times.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "12094",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4191.00/related/tasks/12094",
         "title": "Adjust controls to maintain temperatures and heating times, using thermal instruments and charts, dials and gauges of furnaces, and color of stock in furnaces to make setting determinations.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "12107",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4191.00/related/tasks/12107",
         "title": "Start conveyors and open furnace doors to load stock, or signal crane operators to uncover soaking pits and lower ingots into them.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "12089",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4191.00/related/tasks/12089",
         "title": "Set up and operate or tend machines, such as furnaces, baths, flame-hardening machines, and electronic induction machines, that harden, anneal, and heat-treat metal.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "12091",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4191.00/related/tasks/12091",
         "title": "Remove parts from furnaces after specified times, and air dry or cool parts in water, oil brine, or other baths.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "12099",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4191.00/related/tasks/12099",
         "title": "Move controls to light gas burners and to adjust gas and water flow and flame temperature.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "12093",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4191.00/related/tasks/12093",
         "title": "Instruct new workers in machine operation.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "12095",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4191.00/related/tasks/12095",
         "title": "Determine flame temperatures, current frequencies, heating cycles, and induction heating coils needed, based on degree of hardness required and properties of stock to be treated.",
         "importance": 93,
         "category": "Supplemental"
      },
      {
         "id": "12090",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4191.00/related/tasks/12090",
         "title": "Determine types and temperatures of baths and quenching media needed to attain specified part hardness, toughness, and ductility, using heat-treating charts and knowledge of methods, equipment, and metals.",
         "importance": 92,
         "category": "Supplemental"
      }
   ]
}