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-7031.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 6,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-7031.00/summary/tasks?start=6&end=6",
   "task": [
      {
         "id": "15177",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7031.00/related/tasks/15177",
         "title": "Move levers to position dredges for excavation, to engage hydraulic pumps, to raise and lower suction booms, and to control rotation of cutterheads."
      },
      {
         "id": "15178",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7031.00/related/tasks/15178",
         "title": "Start and stop engines to operate equipment."
      },
      {
         "id": "15179",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7031.00/related/tasks/15179",
         "title": "Start power winches that draw in or let out cables to change positions of dredges, or pull in and let out cables manually."
      },
      {
         "id": "15180",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7031.00/related/tasks/15180",
         "title": "Pump water to clear machinery pipelines."
      },
      {
         "id": "15181",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7031.00/related/tasks/15181",
         "title": "Lower anchor poles to verify depths of excavations, using winches, or scan depth gauges to determine depths of excavations."
      }
   ]
}