List self-reported hours and mileage

Lists a driver’s self-reports across an optional date range with sorting and pagination. Caller must be the driver themselves or an operator+ in the driver’s org. | authz: allowed_org_types=[provider], min_org_role=driver | () -> (DriverSelfReportedHoursAndMileageListRes)

Authentication

AuthorizationBearer

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

Path parameters

driver_idstringRequired

Query parameters

filter_start_datestringOptionalformat: "date"
filter_end_datestringOptionalformat: "date"
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 List Self Reported Hours and Mileage V1request Unprocessable Entity Error