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-7021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-7021.00/details/tasks?start=11&end=11",
   "task": [
      {
         "id": "10767",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7021.00/related/tasks/10767",
         "title": "Determine load weights and check them against lifting capacities to prevent overload.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "10768",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7021.00/related/tasks/10768",
         "title": "Move levers, depress foot pedals, or turn dials to operate cranes, cherry pickers, electromagnets, or other moving equipment for lifting, moving, or placing loads.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "10771",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7021.00/related/tasks/10771",
         "title": "Inspect and adjust crane mechanisms or lifting accessories to prevent malfunctions or damage.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "10769",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7021.00/related/tasks/10769",
         "title": "Inspect cables or grappling devices for wear and install or replace cables, as needed.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "10772",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7021.00/related/tasks/10772",
         "title": "Direct helpers engaged in placing blocking or outrigging under cranes.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "10770",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7021.00/related/tasks/10770",
         "title": "Clean, lubricate, and maintain mechanisms such as cables, pulleys, or grappling devices, making repairs, as necessary.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "10773",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7021.00/related/tasks/10773",
         "title": "Load or unload bundles from trucks, or move containers to storage bins, using moving equipment.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "10775",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7021.00/related/tasks/10775",
         "title": "Review daily work or delivery schedules to determine orders, sequences of deliveries, or special loading instructions.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "10777",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7021.00/related/tasks/10777",
         "title": "Inspect bundle packaging for conformance to regulations or customer requirements, and remove and batch packaging tickets.",
         "importance": 73,
         "category": "Supplemental"
      },
      {
         "id": "10776",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7021.00/related/tasks/10776",
         "title": "Direct truck drivers backing vehicles into loading bays and cover, uncover, or secure loads for delivery.",
         "importance": 65,
         "category": "Supplemental"
      }
   ]
}