Gets information about device notification.

Request

HTTP Request

GET /device/{deviceId}/notification/{id}

Parameters

Parameter NameRequiredTypeDescription
deviceIdYesstringDevice unique identifier.
idYesintegerNotification 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 NameTypeDescription
idintegerNotification identifier.
notificationstringNotification name.
deviceIdstringDevice unique identifier.
networkIdintegerNetwork unique identifier.
timestampdatetimeNotification UTC datetime (yyyy-MM-dd'T'HH:mm:ss.SSS ISO 8601).
parametersobjectNotification parameters, a JSON object with an arbitrary structure.