# Fetch a list of ReportSummary within the time period for the Devices or Groups At least one _deviceId_ or one _groupId_ must be passed Endpoint: GET /reports/summary Version: 6.10.0 Security: BasicAuth, ApiKey ## Query parameters: - `deviceId` (array) - `groupId` (array) - `from` (string, required) in ISO 8601 format. eg. 1963-11-22T18:30:00Z - `to` (string, required) in ISO 8601 format. eg. 1963-11-22T18:30:00Z ## Response 200 fields (application/json): - `deviceId` (integer) - `deviceName` (string) - `maxSpeed` (number) in knots - `averageSpeed` (number) in knots - `distance` (number) in meters - `spentFuel` (number) in liters - `engineHours` (integer)