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.02/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-3051.02/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "15446",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.02/related/tasks/15446",
         "title": "Supervise employees in geothermal power plants or well fields."
      },
      {
         "id": "15447",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.02/related/tasks/15447",
         "title": "Oversee geothermal plant operations, maintenance, and repairs to ensure compliance with applicable standards or regulations."
      },
      {
         "id": "15434",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.02/related/tasks/15434",
         "title": "Communicate geothermal plant conditions to employees."
      },
      {
         "id": "15443",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.02/related/tasks/15443",
         "title": "Identify and evaluate equipment, procedural, or conditional inefficiencies involving geothermal plant systems."
      },
      {
         "id": "15439",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.02/related/tasks/15439",
         "title": "Perform or direct the performance of preventative maintenance on geothermal plant equipment."
      }
   ]
}