The Building group provides only a single operation that allows you to retrieve all current buildings
Description Get all available Buildings
Response Class
Building {
Id (Guid),
Name (string),
BuildingIdentifier (string)
}
Guid {}
Description Get building by identifier
Response Class
{
"Id": "",
"Name": "",
"BuildingIdentifier": "",
"Address1": "",
"Address2": "",
"City": "",
"State": "",
"Province": "",
"County": "",
"Zip": "",
"Country": "",
"Latitude": 0,
"Longitude": 0,
"TimeZoneId": ""
}
Description Get building by identifier
Response Class
{
"Id": "",
"Name": "",
"BuildingIdentifier": "",
"Address1": "",
"Address2": "",
"City": "",
"State": "",
"Province": "",
"County": "",
"Zip": "",
"Country": "",
"Latitude": 0,
"Longitude": 0,
"TimeZoneId": ""
}