List org self-reported hours and mileage

Lists all drivers’ self-reports in the caller’s org with date-range filtering, sorting, and pagination. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (DriverSelfReportedHoursAndMileageListRes)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

filter_driver_idstringOptional
filter_start_datestringOptionalformat: "date"
filter_end_datestringOptionalformat: "date"
sort_byenumOptionalDefaults to date
Allowed values:
sort_orderenumOptional
Sort order for query results
Allowed values:
pageintegerOptional>=1Defaults to 1
page_sizeintegerOptional1-100Defaults to 20

Response

Successful Response
itemslist of objects
total_countinteger

Errors

422
Drivers Org List Self Reported Hours and Mileage V1request Unprocessable Entity Error