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-4023.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4023.00/details/tasks?start=11&end=19",
   "task": [
      {
         "id": "10092",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4023.00/related/tasks/10092",
         "title": "Monitor machine cycles and mill operation to detect jamming and to ensure that products conform to specifications.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "10091",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4023.00/related/tasks/10091",
         "title": "Adjust and correct machine set-ups to reduce thicknesses, reshape products, and eliminate product defects.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "10096",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4023.00/related/tasks/10096",
         "title": "Start operation of rolling and milling machines to flatten, temper, form, and reduce sheet metal sections and to produce steel strips.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "10093",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4023.00/related/tasks/10093",
         "title": "Examine, inspect, and measure raw materials and finished products to verify conformance to specifications.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "10094",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4023.00/related/tasks/10094",
         "title": "Read rolling orders, blueprints, and mill schedules to determine setup specifications, work sequences, product dimensions, and installation procedures.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "10095",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4023.00/related/tasks/10095",
         "title": "Manipulate controls and observe dial indicators to monitor, adjust, and regulate speeds of machine mechanisms.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "10097",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4023.00/related/tasks/10097",
         "title": "Set distance points between rolls, guides, meters, and stops, according to specifications.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "10105",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4023.00/related/tasks/10105",
         "title": "Calculate draft space and roll speed for each mill stand to plan rolling sequences and specified dimensions and tempers.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "10103",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4023.00/related/tasks/10103",
         "title": "Install equipment such as guides, guards, gears, cooling equipment, and rolls, using hand tools.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "10099",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4023.00/related/tasks/10099",
         "title": "Position, align, and secure arbors, spindles, coils, mandrels, dies, and slitting knives.",
         "importance": 76,
         "category": "Core"
      }
   ]
}