GET
Get Notifications for a Camera
Get notifications for a specific camera assigned to a location. The resource will return the last 20 notifications.
Possible notification types: "Camera","DeviceOffline","STATUSCHANGE",
"SOUNDDETECTED","MOTIONDETECTED","SecurityEvents","Alarms","StatusChange",
"Trouble","Alert","AutomationEvents","Alarms","StatusChange","Trouble","Alert",
"DEVICEACTIVATED","DEVICEDEACTIVATED","FIRMWAREUPDATE","CLIPREADY"
[
{
"group": "FIRMWAREUPDATE",
"id": 29588583,
"deviceName": "Camera",
"status": "UnRead",
"shortDescription": "Your Camera at Home is now upgraded to Firmware version v0.97_20170506",
"dateTime": 1494267927,
"startTime": 0,
"expiryTime": 0,
"title": "Your Camera at Home is now upgraded to Firmware version v0.97_20170506",
"description": "Your Camera at Home is now upgraded to Firmware version v0.97_20170506",
"locationID": 75499,
"deviceId": "41654c77-a233-4c31-ac4b-464bb62c01cb"
},
{
"group": "STATUSCHANGE",
"id": 28756435,
"deviceName": "Camera",
"status": "UnRead",
"shortDescription": "Your Camera at Home is Available",
"dateTime": 1493762887,
"startTime": 0,
"expiryTime": 0,
"title": "Your Camera at Home is Available",
"description": "Your Camera at Home is Available",
"locationID": 75499,
"deviceId": "41654c77-a233-4c31-ac4b-464bb62c01cb"
},
{
"group": "DEVICEACTIVATED",
"id": 28756434,
"deviceName": "Camera",
"status": "UnRead",
"shortDescription": "Camera activation has been Succeeded in Home",
"dateTime": 1493762887,
"startTime": 0,
"expiryTime": 0,
"title": "Camera activation has been Succeeded in Home",
"description": "Camera activation has been Succeeded in Home",
"locationID": 75499,
"deviceId": "41654c77-a233-4c31-ac4b-464bb62c01cb"
}
]
| Field Name/Location | Data Type | Definition |
|---|---|---|
| group | String | Type of notification |
| id | Integer | ID of the notification |
| deviceName | String | Name of the device in the notification |
| status | String | Status of the notification |
| shortDescription | String | Short description of the notification content |
| dateTime | Timestamp | Unix epoch of the notification time |
| startTime | ||
| expiryTime | ||
| title | String | Title of the notification |
| description | String | Description of the notification |
| locationID | Integer | ID of the location the notification belongs to |
| deviceId | String | Unique deviceId the notification is referencing |
Resource URL
https://api.honeywellhome.com/v2 /devices/cameras/{deviceId}/notifications
Query Parameters
| Name | Values | Description |
|---|---|---|
| apikey |
Your application API Key |
|
| locationId |
LocationID |
Request Body
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Resource Summary |
|
|
Security |
|
|
Content Type |
application/json |
|
Category |
Camera |
Working...