Also see Plants.

Supported Formats

json, xml

Errors

Code Description
401 Unauthorized - ensure token is being passed with each service call.
404 Unsupported operation
500 Unspecified error on server.

Examples

{"id":1,"display_name":"Natural Gas","sort_order":1,"created_at":"2024-02-18T06:38:16.406-08:00","updated_at":"2024-02-18T06:38:16.406-08:00","service_name":"natural-gas","district_heating":false,"district_cooling":false,"boiler":true,"furnace":true,"heat_pump":false,"hot_water":true}
<?xml version="1.0" encoding="UTF-8"?>
<fuel-type>
  <id type="integer">1</id>
  <display-name>Natural Gas</display-name>
  <sort-order type="integer">1</sort-order>
  <created-at type="dateTime">2024-02-18T06:38:16-08:00</created-at>
  <updated-at type="dateTime">2024-02-18T06:38:16-08:00</updated-at>
  <service-name>natural-gas</service-name>
  <district-heating type="boolean">false</district-heating>
  <district-cooling type="boolean">false</district-cooling>
  <boiler type="boolean">true</boiler>
  <furnace type="boolean">true</furnace>
  <heat-pump type="boolean">false</heat-pump>
  <hot-water type="boolean">true</hot-water>
</fuel-type>