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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-3051.06/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "id": "15515",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.06/related/tasks/15515",
         "title": "Identify and communicate power system emergencies."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}