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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 6,
   "total": 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.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "15178",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7031.00/related/tasks/15178",
         "title": "Start and stop engines to operate equipment.",
         "importance": 85,
         "category": "Core"
      },
      {
         "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "15180",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7031.00/related/tasks/15180",
         "title": "Pump water to clear machinery pipelines.",
         "importance": 83,
         "category": "Core"
      },
      {
         "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.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "15182",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7031.00/related/tasks/15182",
         "title": "Direct or assist workers placing shore anchors and cables, laying additional pipes from dredges to shore, and pumping water from pontoons.",
         "importance": 71,
         "category": "Core"
      }
   ]
}