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/17-2199.03/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2199.03/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20854",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.03/related/tasks/20854",
         "title": "Identify and recommend energy savings strategies to achieve more energy-efficient operation."
      },
      {
         "id": "20855",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.03/related/tasks/20855",
         "title": "Conduct energy audits to evaluate energy use and to identify conservation and cost reduction measures."
      },
      {
         "id": "18156",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.03/related/tasks/18156",
         "title": "Monitor and analyze energy consumption."
      },
      {
         "id": "20856",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.03/related/tasks/20856",
         "title": "Monitor energy related design or construction issues, such as energy engineering, energy management, or sustainable design."
      },
      {
         "id": "18150",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.03/related/tasks/18150",
         "title": "Inspect or monitor energy systems, including heating, ventilating, and air conditioning (HVAC) or daylighting systems to determine energy use or potential energy savings."
      }
   ]
}