DevicesIdMessages
Table of Contents
- list() : PaginateResponse<DeviceMessage, DevicesIdMessagesListResponse>
- Retrieve a list of messages for a given device according to request filters. SNR will be deprecated (see [Newsletter](https://backend.sigfox.com/welcome/news) for details). To monitor radio link quality, please use the [Link Quality Indicator (LQI)](https://support.sigfox.com/docs/link-quality:-general-knowledge) which is more relevant than SNR in Sigfox network.
- metric() : DevicesIdMessagesMetricResponse
- Return the number of messages for a given device, for the last day, last week and last month.
Methods
list()
Retrieve a list of messages for a given device according to request filters. SNR will be deprecated (see [Newsletter](https://backend.sigfox.com/welcome/news) for details). To monitor radio link quality, please use the [Link Quality Indicator (LQI)](https://support.sigfox.com/docs/link-quality:-general-knowledge) which is more relevant than SNR in Sigfox network.
public
list([DevicesIdMessagesList|array<string|int, mixed>|null $request = null ]) : PaginateResponse<DeviceMessage, DevicesIdMessagesListResponse>
Parameters
- $request : DevicesIdMessagesList|array<string|int, mixed>|null = null
-
The query and body parameters to pass
Tags
Return values
PaginateResponse<DeviceMessage, DevicesIdMessagesListResponse> —First generic parameter is the item type and the second type is the original response type.
metric()
Return the number of messages for a given device, for the last day, last week and last month.
public
metric() : DevicesIdMessagesMetricResponse