Retrieve a list of all the trips in an organization or subset of an organization.
Ok
Bad Request
Unauthorized
Forbidden
Resource Not Found
Internal Server Error
{- "metadata": {
- "offset": 0,
- "limit": 0,
- "count": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z"
}, - "data": [
- {
- "tripId": "ab93ac19-a7bf-4885-87b6-6dcba80ee2d5",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "creationDateTime": "2019-08-24T14:15:22Z",
- "startPosition": {
- "latitude": 0,
- "longitude": 0,
- "address": "string",
- "occurrenceDateTime": "2019-08-24T14:15:22Z",
- "timezoneOffset": 0
}, - "endPosition": {
- "latitude": 0,
- "longitude": 0,
- "address": "string",
- "occurrenceDateTime": "2019-08-24T14:15:22Z",
- "timezoneOffset": 0
}, - "maxSpeedKph": 0,
- "distanceKm": 0,
- "driver": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "firstName": "string",
- "lastName": "string",
- "employeeNumber": "string"
}, - "vehicle": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "imei": "string",
- "serialNumber": "string",
- "vehicleName": "string",
- "deviceId": "4de4adb9-21ee-47e3-aeb4-8cf8ed6c109a",
- "licensePlate": "string",
- "vin": "string",
- "groupId": "eb54e96e-21b8-4f54-9cd4-80fccbd06f55",
- "groupAppId": 0,
- "groupName": "string"
}, - "eventRecorderTimezone": "string"
}
]
}