ConnectionHistoryResult
Response containing the connection history. It is a list of Network Connection Events for a device.
ConnectionHistoryResult
Response containing the connection history. It is a list of Network Connection Events for a device.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
connectionHistory | array | No | Device connection events, sorted by the occurredAt timestamp, oldest first. |
hasMoreData | boolean | No | False for a status 200 response.True for a status 202 response, indicating that there is more data to be retrieved. Send another request, adjusting the earliest value in the request based on the occuredAt value for the last device in the current response. |