Skip to content

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
string

address
object

raw
string

line1
string

line2
string

city
string

state
string

postalCode
string

country
string

iso3166
string

latitude
number

longitude
number

bearing
number

description
string

floor
string

createdAt
string<date-time>

updatedAt
string<date-time>

floors
array [object ]

404

Not Found

message
string
Error message indicating that the building was not found