Appearance
Get building
GET /buildings/{buildingId}
Get a building by id specified in url parameter
Request
Path Parameters
buildingId
string<uuid>Responses
200
OK
id
string<uuid>name
stringaddress
object
raw
stringline1
stringline2
stringcity
stringstate
stringpostalCode
stringcountry
stringiso3166
stringlatitude
numberlongitude
numberbearing
numberdescription
stringfloor
stringsource
string ;values: Building |Floor createdAt
string<date-time>updatedAt
string<date-time>floors
array [object ] 404
Error message indicating that the building was not found
Not Found
message
stringError message indicating that the building was not found

