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