Supported Formats
json, xml
Errors
Code |
Description |
401 |
Unauthorized - ensure token is being passed with each service call. |
401 |
Access Denied -- Not owner of building and/or the building has not been shared with this user. |
500 |
Unspecified error on server. |
404 |
Unable to run simulation for building. |
Examples
{
"score": {
"source_norm_eui": 242,
"source_points": 4,
"potential_norm_eui": 142,
"potential_points": 6
}
}
{"simulation_not_submitted":"No score has been computed for this building yet."}
{"simulation_running":"Building simulation is still running so score cannot be returned yet."}
error (xml):
<hash>
<simulation-running>
Building simulation is still running so score cannot be returned yet.
</simulation-running>
</hash>