buildings_notifications
GET/public-api/buildings/:uuid/notifications/
Pre-requisites
- uuid: You need a (building) uuid for this endpoint. You can get a list of buildings with
GET /buildings/.
Returns historical notifications for the provided building for a specific day. If no timestamp is provided the current day will be used.
Historical notifications are preserved for 90 days maximum.
This endpoint returns notifications for the following scenarios:
- Device Offline
- Sensorhub Offline
object_name: The resource to which the notifications apply.
object_uuid: UUID of the object to which this notification refers.
Request
Responses
- 200
- 204
- 400
- 404
No notifications for this day
Bad Request
Building not found