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,"for_heating":false,"display_name":"Chiller","service_name":"chiller","sort_order":1,"created_at":"2022-05-16T15:14:06.669Z","updated_at":"2022-05-16T15:14:06.669Z","for_cooling":true}
<?xml version="1.0" encoding="UTF-8"?>
<plant-type>
<id type="integer">1</id>
<for-heating type="boolean">false</for-heating>
<display-name>Chiller</display-name>
<service-name>chiller</service-name>
<sort-order type="integer">1</sort-order>
<created-at type="dateTime">2022-05-16T15:14:06Z</created-at>
<updated-at type="dateTime">2022-05-16T15:14:06Z</updated-at>
<for-cooling type="boolean">true</for-cooling>
</plant-type>