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/53-7011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-7011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "10748",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7011.00/related/tasks/10748",
         "title": "Inform supervisors of equipment malfunctions that need to be addressed."
      },
      {
         "id": "10750",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7011.00/related/tasks/10750",
         "title": "Observe conveyor operations and monitor lights, dials, and gauges to maintain specified operating levels and to detect equipment malfunctions."
      },
      {
         "id": "10747",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7011.00/related/tasks/10747",
         "title": "Record production data such as weights, types, quantities, and storage locations of materials, as well as equipment performance problems and downtime."
      },
      {
         "id": "10757",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7011.00/related/tasks/10757",
         "title": "Load, unload, or adjust materials or products on conveyors by hand, by using lifts, hoists, and scoops, or by opening gates, chutes, or hoppers."
      },
      {
         "id": "10755",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7011.00/related/tasks/10755",
         "title": "Stop equipment or machinery and clear jams, using poles, bars, and hand tools, or remove damaged materials from conveyors."
      }
   ]
}