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/11-3051.06/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-3051.06/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "15520",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.06/related/tasks/15520",
         "title": "Direct operations, maintenance, or repair of hydroelectric power facilities.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "15515",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.06/related/tasks/15515",
         "title": "Identify and communicate power system emergencies.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "15512",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.06/related/tasks/15512",
         "title": "Maintain records of hydroelectric facility operations, maintenance, or repairs.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "15509",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.06/related/tasks/15509",
         "title": "Perform or direct preventive or corrective containment or cleanup to protect the environment.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "15513",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.06/related/tasks/15513",
         "title": "Monitor or inspect hydroelectric equipment, such as hydro-turbines, generators, or control systems.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "15514",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.06/related/tasks/15514",
         "title": "Inspect hydroelectric facilities, including switchyards, control houses, or relay houses, for normal operation or adherence to safety standards.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "15519",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.06/related/tasks/15519",
         "title": "Supervise or monitor hydroelectric facility operations to ensure that generation or mechanical equipment conform to applicable regulations or standards.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "15508",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.06/related/tasks/15508",
         "title": "Plan or coordinate hydroelectric production operations to meet customer requirements.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "15518",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.06/related/tasks/15518",
         "title": "Check hydroelectric operations for compliance with prescribed operating limits, such as loads, voltages, temperatures, lines, or equipment.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "15504",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.06/related/tasks/15504",
         "title": "Develop or implement projects to improve efficiency, economy, or effectiveness of hydroelectric plant operations.",
         "importance": 72,
         "category": "Core"
      }
   ]
}