get
Gets information about device notification.
Request
HTTP Request
GET /device/{deviceId}/notification/{id}
Parameters
Parameter Name | Required | Type | Description |
---|---|---|---|
deviceId | Yes | string | Device unique identifier. |
id | Yes | integer | Notification identifier. |
Authorization
Access JSON Web Token (GetDeviceNotification)
Request Body
Do not supply a request body with this method.
Response
If successful, this method returns a DeviceNotification resource in the response body.
Property Name | Type | Description |
---|---|---|
id | integer | Notification identifier. |
notification | string | Notification name. |
deviceId | string | Device unique identifier. |
networkId | integer | Network unique identifier. |
timestamp | datetime | Notification UTC datetime (yyyy-MM-dd'T'HH:mm:ss.SSS ISO 8601). |
parameters | object | Notification parameters, a JSON object with an arbitrary structure. |
Updated almost 7 years ago