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/51-8012.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-8012.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "12302",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8012.00/related/tasks/12302",
         "title": "Coordinate with engineers, planners, field personnel, or other utility workers to provide information such as clearances, switching orders, or distribution process changes.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "12299",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8012.00/related/tasks/12299",
         "title": "Respond to emergencies, such as transformer or transmission line failures, and route current around affected areas.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "12301",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8012.00/related/tasks/12301",
         "title": "Control, monitor, or operate equipment that regulates or distributes electricity or steam, using data obtained from instruments or computers.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "12303",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8012.00/related/tasks/12303",
         "title": "Direct personnel engaged in controlling or operating distribution equipment or machinery, such as instructing control room operators to start boilers or generators.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "12304",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8012.00/related/tasks/12304",
         "title": "Distribute or regulate the flow of power between entities, such as generating stations, substations, distribution lines, or users, keeping track of the status of circuits or connections.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "12307",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8012.00/related/tasks/12307",
         "title": "Manipulate controls to adjust or activate power distribution equipment or machines.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "12300",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8012.00/related/tasks/12300",
         "title": "Prepare switching orders that will isolate work areas without causing power outages, referring to drawings of power systems.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "12305",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8012.00/related/tasks/12305",
         "title": "Monitor and record switchboard or control board readings to ensure that electrical or steam distribution equipment is operating properly.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "12312",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8012.00/related/tasks/12312",
         "title": "Implement energy schedules, including real-time transmission reservations or schedules.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "12308",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8012.00/related/tasks/12308",
         "title": "Calculate load estimates or equipment requirements to determine required control settings.",
         "importance": 83,
         "category": "Core"
      }
   ]
}