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

URL:
https://api-v2.onetcenter.org/online/occupations/49-9096.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9096.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}