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.03/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-8013.03/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "17861",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8013.03/related/tasks/17861",
         "title": "Operate biomass fuel-burning boiler or biomass fuel gasification system equipment in accordance with specifications or instructions."
      },
      {
         "id": "21208",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8013.03/related/tasks/21208",
         "title": "Perform tests of water chemistry in boilers."
      },
      {
         "id": "17864",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8013.03/related/tasks/17864",
         "title": "Operate high-pressure steam boiler or water chiller equipment for electrical cogeneration operations."
      },
      {
         "id": "17862",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8013.03/related/tasks/17862",
         "title": "Operate equipment to heat biomass, using knowledge of controls, combustion, and firing mechanisms."
      },
      {
         "id": "17863",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8013.03/related/tasks/17863",
         "title": "Operate equipment to start, stop, or regulate biomass-fueled generators, generator units, boilers, engines, or auxiliary systems."
      }
   ]
}