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-4021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4021.00/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "8473",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4021.00/related/tasks/8473",
         "title": "Measure and examine extruded products to locate defects and to check for conformance to specifications, adjusting controls as necessary to alter products.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "8474",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4021.00/related/tasks/8474",
         "title": "Determine setup procedures and select machine dies and parts, according to specifications.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "8477",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4021.00/related/tasks/8477",
         "title": "Start machines and set controls to regulate vacuum, air pressure, sizing rings, and temperature, and to synchronize speed of extrusion.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "8479",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4021.00/related/tasks/8479",
         "title": "Reel extruded products into rolls of specified lengths and weights.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "8475",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4021.00/related/tasks/8475",
         "title": "Install dies, machine screws, and sizing rings on machines that extrude thermoplastic or metal materials.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "8476",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4021.00/related/tasks/8476",
         "title": "Change dies on extruding machines, according to production line changes.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "8481",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4021.00/related/tasks/8481",
         "title": "Clean work areas.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "8480",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4021.00/related/tasks/8480",
         "title": "Troubleshoot, maintain, and make minor repairs to equipment.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "8485",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4021.00/related/tasks/8485",
         "title": "Weigh and mix pelletized, granular, or powdered thermoplastic materials and coloring pigments.",
         "importance": 74,
         "category": "Supplemental"
      },
      {
         "id": "8487",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4021.00/related/tasks/8487",
         "title": "Test physical properties of products with testing devices such as acid-bath testers, burst testers, and impact testers.",
         "importance": 74,
         "category": "Supplemental"
      }
   ]
}