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":"2022-05-16T15:14:02.513Z","updated_at":"2022-05-16T15:14:02.513Z","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">2022-05-16T15:14:02Z</created-at>
<updated-at type="dateTime">2022-05-16T15:14:02Z</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>