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/49-9099.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9099.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "17934",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9099.01/related/tasks/17934",
         "title": "Monitor and adjust operations of geothermal power plant equipment or systems."
      },
      {
         "id": "17955",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9099.01/related/tasks/17955",
         "title": "Prepare and maintain logs, reports, or other documentation of work performed."
      },
      {
         "id": "17932",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9099.01/related/tasks/17932",
         "title": "Identify and correct malfunctions of geothermal plant equipment, electrical systems, instrumentation, or controls."
      },
      {
         "id": "17950",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9099.01/related/tasks/17950",
         "title": "Collect and record data associated with operating geothermal power plants or well fields."
      },
      {
         "id": "17951",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9099.01/related/tasks/17951",
         "title": "Determine whether emergency or auxiliary systems will be needed to keep properties heated or cooled in extreme weather conditions."
      }
   ]
}