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