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
{"building_id":1,"created_at":"2013-07-26T16:59:30Z","framing_type_id":1,"gas_fill_type_id":1,"glass_type_id":1,"id":1,"name":"Window 1","shgc":0.101,"ufactor":1.11,"updated_at":"2013-07-26T16:59:30Z","vt":0.11}
<window>
<building-id type="integer">20</building-id>
<created-at type="datetime">2013-07-01T23:21:19Z</created-at>
<framing-type-id type="integer">2</framing-type-id>
<gas-fill-type-id type="integer">3</gas-fill-type-id>
<glass-type-id type="integer">1</glass-type-id>
<id type="integer">17</id>
<name type="string">win1</name>
<shgc type="float" nil="true"/>
<ufactor type="float" nil="true"/>
<updated-at type="datetime">2013-07-01T23:21:19Z</updated-at>
<vt type="float" nil="true"/>
</window>