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-6011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-6011.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "7152",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6011.00/related/tasks/7152",
         "title": "Control machinery to open and close canal locks and dams, railroad or highway drawbridges, or horizontally or vertically adjustable bridges.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "7153",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6011.00/related/tasks/7153",
         "title": "Direct movements of vessels in locks or bridge areas, using signals, telecommunication equipment, or loudspeakers.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "7156",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6011.00/related/tasks/7156",
         "title": "Observe position and progress of vessels to ensure best use of lock spaces or bridge opening spaces.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "7151",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6011.00/related/tasks/7151",
         "title": "Record names, types, and destinations of vessels passing through bridge openings or locks, and numbers of trains or vehicles crossing bridges.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "7155",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6011.00/related/tasks/7155",
         "title": "Observe approaching vessels to determine size and speed, and listen for whistle signals indicating desire to pass.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "7150",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6011.00/related/tasks/7150",
         "title": "Move levers to activate traffic signals, navigation lights, and alarms.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "7161",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6011.00/related/tasks/7161",
         "title": "Write and submit maintenance work requisitions.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "7160",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6011.00/related/tasks/7160",
         "title": "Log data, such as water levels and weather conditions.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "7154",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6011.00/related/tasks/7154",
         "title": "Prepare accident reports.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "7162",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6011.00/related/tasks/7162",
         "title": "Perform maintenance duties, such as sweeping, painting, and yard work to keep facilities clean and in order.",
         "importance": 63,
         "category": "Core"
      }
   ]
}