# Fetch a list of Positions within the time period for the Devices or Groups At least one _deviceId_ or one _groupId_ must be passed Endpoint: GET /reports/route 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): - `id` (integer) - `deviceId` (integer) - `protocol` (string) - `deviceTime` (string) in ISO 8601 format. eg. 1963-11-22T18:30:00Z - `fixTime` (string) in ISO 8601 format. eg. 1963-11-22T18:30:00Z - `serverTime` (string) in ISO 8601 format. eg. 1963-11-22T18:30:00Z - `valid` (boolean) - `latitude` (number) - `longitude` (number) - `altitude` (number) - `speed` (number) in knots - `course` (number) - `address` (string) - `accuracy` (number) - `network` (object) - `geofenceIds` (array) - `attributes` (object)