buildings_key_value_actual
GET/public-api/buildings/:uuid/keyvalue/actual/
Pre-requisites
- uuid: You need a (building) uuid for this endpoint. You can get a list of buildings with
GET /buildings/.
Retrieve actual key-value registrations for your building, this will only return the actual value when it's not too old (max one hour) (GET /buildings/{uuid}/keyvalue/latest/ will always return the last value).
Request
Responses
- 200
- 204
- 400
- 404
- 429
When no data available
Invalid request
Building not found
Too many requests