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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-8012.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}