Queries device notifications.

Request

HTTP Request

GET /device/{deviceId}/notification

Parameters

Parameter NameRequiredTypeDescription
deviceIdYesstringDevice unique identifier.
startNodatetimeFilter by notification start UTC datetime (yyyy-MM-dd'T'HH:mm:ss.SSS ISO 8601).
endNodatetimeFilter by notification end UTC datetime (yyyy-MM-dd'T'HH:mm:ss.SSS ISO 8601).
notificationNostringFilter by notification name.
sortFieldNostringResult list sort field. Available values are Timestamp (default) and Notification.
sortOrderNostringResult list sort order. Available values are ASC and DESC.
takeNointegerNumber of records to take from the result list (default is 100).
skipNointegerNumber of records to skip from the result list.

Authorization

Access JSON Web Token (GetDeviceNotification)

Request Body

Do not supply a request body with this method.

Response

If successful, this method returns array of DeviceNotification resources 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.