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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-8013.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "19914",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8013.00/related/tasks/19914",
         "title": "Operate or maintain distributed power generation equipment, including fuel cells or microturbines, to produce energy on-site for manufacturing or other commercial purposes.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "12325",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8013.00/related/tasks/12325",
         "title": "Open and close valves and switches in sequence to start or shut down auxiliary units.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "12321",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8013.00/related/tasks/12321",
         "title": "Control or maintain auxiliary equipment, such as pumps, fans, compressors, condensers, feedwater heaters, filters, or chlorinators, to supply water, fuel, lubricants, air, or auxiliary power.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "12317",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8013.00/related/tasks/12317",
         "title": "Regulate equipment operations and conditions, such as water levels, based on instrument data or from computers.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "12320",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8013.00/related/tasks/12320",
         "title": "Inspect records or log book entries or communicate with plant personnel to assess equipment operating status.",
         "importance": 85,
         "category": "Core"
      }
   ]
}