| deviceId | string or null Can use either device serial number or device ID.
Example: deviceId=5100FFFF-60B6-D7CD-3FA2-22CA712B0000 |
| minUtilizationPercentage | number or null <double> Specifies the minimum fleet utilization percentage.
Example: minUtilizationPercentage=30.7 |
| maxUtilizationPercentage | number or null <double> Specifies the maximum fleet utilization percentage.
Example: maxUtilizationPercentage=48.5 |
| limit | integer or null Number of records to return.
Example: limit=5000 |
| offset | integer or null Example: offset=1500 |
| startDate required | string <date-time> The start date must be within the last 60 days.
Example: startDate=2023-06-01 |
| endDate required | string <date-time> Example: endDate=2023-06-02 |
| order | string or null Example: order=asc |
| sortProperty | string or null Name of property to sort on.
Example: sortProperty=name |
| version required | string or null Example: version=1 |