# Fetch a list of ReportStops within the time period for the Devices or Groups At least one _deviceId_ or one _groupId_ must be passed Endpoint: GET /reports/stops 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) - `duration` (integer) - `startTime` (string) in ISO 8601 format. eg. 1963-11-22T18:30:00Z - `address` (string) - `lat` (number) - `lon` (number) - `endTime` (string) in ISO 8601 format. eg. 1963-11-22T18:30:00Z - `spentFuel` (number) in liters - `engineHours` (integer)