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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4191.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}