HistorySearchRequest
Used to filter data by time period or number of devices.
HistorySearchRequest
Used to filter data by time period or number of devices.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
$filter | object | Yes | The selected device and attributes for which a request should retrieve data. |
$limitNumber | integer (int32) | No | The maximum number of historical attributes to include in the response. If the request matches more than this number of attributes, the response will contain an X-Next value in the header that can be used as the page value in the next request to retrieve the next page of events. |
$limitTime | object | No | The time period for which a request should retrieve data, beginning with the limitTime.startOn and proceeding with the limitTime.duration. |
$page | string | No | Page number for pagination purposes. |