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-7051.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 9,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-7051.00/summary/tasks?start=6&end=9",
   "task": [
      {
         "id": "3202",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7051.00/related/tasks/3202",
         "title": "Move levers or controls that operate lifting devices, such as forklifts, lift beams with swivel-hooks, hoists, or elevating platforms, to load, unload, transport, or stack material."
      },
      {
         "id": "3201",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7051.00/related/tasks/3201",
         "title": "Move controls to drive gasoline- or electric-powered trucks, cars, or tractors and transport materials between loading, processing, and storage areas."
      },
      {
         "id": "15266",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7051.00/related/tasks/15266",
         "title": "Manually or mechanically load or unload materials from pallets, skids, platforms, cars, lifting devices, or other transport vehicles."
      },
      {
         "id": "3203",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7051.00/related/tasks/3203",
         "title": "Position lifting devices under, over, or around loaded pallets, skids, or boxes and secure material or products for transport to designated areas."
      },
      {
         "id": "15265",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7051.00/related/tasks/15265",
         "title": "Inspect product load for accuracy and safely move it around the warehouse or facility to ensure timely and complete delivery."
      }
   ]
}