Retrieves all inputs that were used to create a building. Name | Description | Type | Required | session_token | Get from the get_session_token method | string | Yes | user_key | API key for access | string | Yes | building_id | ID of building to retrieve | int | Yes |
Response
Except for the "result" and "message" fields, the response is identical to the input of the submit_inputs method.
Element | Description | result | "OK" | message | "Building #<building_id> inputs retrieved" | about | See the documentation of the "about" section in submit_inputs | zone | See the documentation of the "zone" section in submit_inputs | systems | See the documentation of the "systems" section in submit_inputs |
Roles
Method access is limited by the roles assigned the user to whom the session token was assigned Role | Access | Assessor | May only call for buildings created by the Assessor | Partner | May only call for buildings created by an Assessor associated with the same Partner | Admin | May call for any building |
|