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-8013.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-8013.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "12328",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8013.00/related/tasks/12328",
         "title": "Control generator output to match the phase, frequency, or voltage of electricity supplied to panels."
      },
      {
         "id": "12318",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8013.00/related/tasks/12318",
         "title": "Take regulatory action, based on readings from charts, meters and gauges, at established intervals."
      },
      {
         "id": "12316",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8013.00/related/tasks/12316",
         "title": "Control power generating equipment, including boilers, turbines, generators, or reactors, using control boards or semi-automatic equipment."
      },
      {
         "id": "12319",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8013.00/related/tasks/12319",
         "title": "Start or stop generators, auxiliary pumping equipment, turbines, or other power plant equipment as necessary."
      },
      {
         "id": "12314",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8013.00/related/tasks/12314",
         "title": "Monitor power plant equipment and indicators to detect evidence of operating problems."
      }
   ]
}