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-7062.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-7062.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "10789",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7062.00/related/tasks/10789",
         "title": "Maintain equipment storage areas to ensure that inventory is protected."
      },
      {
         "id": "10779",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7062.00/related/tasks/10779",
         "title": "Read work orders or receive oral instructions to determine work assignments or material or equipment needs."
      },
      {
         "id": "10781",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7062.00/related/tasks/10781",
         "title": "Move freight, stock, or other materials to and from storage or production areas, loading docks, delivery vehicles, ships, or containers, by hand or using trucks, tractors, or other equipment."
      },
      {
         "id": "10788",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7062.00/related/tasks/10788",
         "title": "Install protective devices, such as bracing, padding, or strapping, to prevent shifting or damage to items being transported."
      },
      {
         "id": "10782",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7062.00/related/tasks/10782",
         "title": "Sort cargo before loading and unloading."
      }
   ]
}