ANABOX smart
API ReferenceDevicesAlarmsDeviceid

Get device alarms

Retrieve current alarm states and notifications for the device.

GET
/devices/alarms/{deviceId}
x-api-key<token>

API key for authentication

In: header

Path Parameters

deviceIdstring

Device ObjectId

Response Body

application/json

curl -X GET "https://api.memo.wirewire.de/v1/devices/alarms/682fd0d7d4a6325d9d45b86d"
{
  "message": "string",
  "property1": null,
  "property2": null
}