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":"Education","created_at":"2022-05-16T15:14:11.120Z","updated_at":"2022-05-16T15:14:11.120Z","service_name":"education","operating_hours_per_week":"40.75","cooling_set_point":"75.0","heating_set_point":"70.0","misc_energy_loads":"1.33","sq_ft_per_occ":100,"score_type_id":12,"minimum_lpd":0.699999988079071,"maximum_lpd":1.5,"weather_coefficient_type_id":1,"tspr_select":true,"asset_score_select":true}
<?xml version="1.0" encoding="UTF-8"?>
<use-type>
<id type="integer">1</id>
<display-name>Education</display-name>
<created-at type="dateTime">2022-05-16T15:14:11Z</created-at>
<updated-at type="dateTime">2022-05-16T15:14:11Z</updated-at>
<service-name>education</service-name>
<operating-hours-per-week type="decimal">40.75</operating-hours-per-week>
<cooling-set-point type="decimal">75.0</cooling-set-point>
<heating-set-point type="decimal">70.0</heating-set-point>
<misc-energy-loads type="decimal">1.33</misc-energy-loads>
<sq-ft-per-occ type="integer">100</sq-ft-per-occ>
<score-type-id type="integer">12</score-type-id>
<minimum-lpd type="float">0.699999988079071</minimum-lpd>
<maximum-lpd type="float">1.5</maximum-lpd>
<weather-coefficient-type-id type="integer">1</weather-coefficient-type-id>
<tspr-select type="boolean">true</tspr-select>
<asset-score-select type="boolean">true</asset-score-select>
</use-type>