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/49-9096.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9096.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "13893",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9096.00/related/tasks/13893",
         "title": "Test rigging to ensure safety and reliability.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "13892",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9096.00/related/tasks/13892",
         "title": "Signal or verbally direct workers engaged in hoisting and moving loads to ensure safety of workers and materials.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "13896",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9096.00/related/tasks/13896",
         "title": "Control movement of heavy equipment through narrow openings or confined spaces, using chainfalls, gin poles, gallows frames, and other equipment.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "13897",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9096.00/related/tasks/13897",
         "title": "Tilt, dip, and turn suspended loads to maneuver over, under, or around obstacles, using multi-point suspension techniques.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "13895",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9096.00/related/tasks/13895",
         "title": "Select gear, such as cables, pulleys, and winches, according to load weights and sizes, facilities, and work schedules.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "13902",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9096.00/related/tasks/13902",
         "title": "Dismantle and store rigging equipment after use.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "13894",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9096.00/related/tasks/13894",
         "title": "Attach loads to rigging to provide support or prepare them for moving, using hand and power tools.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "13900",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9096.00/related/tasks/13900",
         "title": "Manipulate rigging lines, hoists, and pulling gear to move or support materials, such as heavy equipment, ships, or theatrical sets.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "13898",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9096.00/related/tasks/13898",
         "title": "Align, level, and anchor machinery.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "21206",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9096.00/related/tasks/21206",
         "title": "Load machines onto trucks to prepare for transportation.",
         "importance": 75,
         "category": "Core"
      }
   ]
}