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