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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9099.01/details/tasks?start=11&end=20",
   "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "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.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "17946",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9099.01/related/tasks/17946",
         "title": "Perform pre- and post-installation pressure, flow, and related tests of vertical and horizontal geothermal loop piping.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "17942",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9099.01/related/tasks/17942",
         "title": "Identify equipment options, such as compressors, and make appropriate selections.",
         "importance": 66,
         "category": "Core"
      },
      {
         "id": "17935",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9099.01/related/tasks/17935",
         "title": "Adjust power production systems to meet load and distribution demands.",
         "importance": 88,
         "category": "Supplemental"
      },
      {
         "id": "17944",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9099.01/related/tasks/17944",
         "title": "Maintain electrical switchgear, process controls, transmitters, gauges, and control equipment in accordance with geothermal plant procedures.",
         "importance": 79,
         "category": "Supplemental"
      },
      {
         "id": "17937",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9099.01/related/tasks/17937",
         "title": "Calculate heat loss and heat gain factors for residential properties to determine heating and cooling required by installed geothermal systems.",
         "importance": 79,
         "category": "Supplemental"
      }
   ]
}