Partner gets a list of each driver's trips. 'start_date' and 'end_date' parameters have the following format: 'YYYYmmdd'. 'mode' parameter is optional, it can be 'identified_drivers' or 'unidentified_drivers' by default
Request
Query Params
start_date
stringÂ
required
Example:
{{START_DATE}}
end_date
stringÂ
required
Example:
{{END_DATE}}
mode
stringÂ
required
Example:
{{OPTIONAL: mode}}
groups
stringÂ
required
Example:
{{OPTIONAL: groups}}
Body Params multipart/form-data
object {0}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET 'https://fleet.roscolive.com/api/v1.0/api/{{API_VERSION}}/company/{{COMPANY_ID}}/driver/trip?start_date={{START_DATE}}&end_date={{END_DATE}}&mode={{OPTIONAL: mode}}&groups={{OPTIONAL: groups}}'