The parameters given in the request are invalid.
The request could not be authenticated. It can occur due to inputting an invalid key or invalid pod.
Access is denied to query trips for the specified group id. The given API key's context does not have the proper permissions.
{- "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "groupId": "string",
- "groupIds": [
- "string"
], - "driverId": "string",
- "vehicleId": "string",
- "sortColumn": "string",
- "sortDirection": "string",
- "pageNumber": 1,
- "pageSize": 1000
}
{- "totalCount": 0,
- "results": [
- {
- "identificationType": 0,
- "interval": {
- "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z"
}, - "driver": {
- "firstName": "string",
- "lastName": "string",
- "fullName": "string",
- "employeeId": "string"
}, - "vehicle": {
- "name": "string"
}, - "device": {
- "serialNumber": "string"
}, - "group": {
- "name": "string"
}, - "startLocation": {
- "latitude": 0,
- "longitude": 0
}, - "endLocation": {
- "latitude": 0,
- "longitude": 0
}
}
]
}