# Fetch a list of ReportTrips within the time period for the Devices or Groups At least one _deviceId_ or one _groupId_ must be passed Endpoint: GET /reports/trips 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 - `duration` (integer) - `startTime` (string) in ISO 8601 format. eg. 1963-11-22T18:30:00Z - `startAddress` (string) - `startLat` (number) - `startLon` (number) - `endTime` (string) in ISO 8601 format. eg. 1963-11-22T18:30:00Z - `endAddress` (string) - `endLat` (number) - `endLon` (number) - `driverUniqueId` (string) - `driverName` (string)