List
Lists all drivers belonging to the caller's organization with filtering, sorting, pagination, and optional full-text search. | () -> (DriverListRes)
Query parameters
Sort order for query results
Sort order (asc or desc)
Full-text search query
Full-text search query
Filter by selected driver ids
Filter by selected driver ids
Filter by waiting status
Filter by waiting status
Filter by automatic assignment consent
Filter by automatic assignment consent
Filter by any matching vehicle type
Filter by any matching vehicle type
Select archived drivers instead of active drivers
Select archived drivers instead of active drivers
Filter by driver's self-reported availability
Filter by driver's self-reported availability
Filter by operator-set availability
Filter by operator-set availability
Filter by driver state (UNASSIGNED / ASSIGNED / IN_PROGRESS)
Filter by driver state (UNASSIGNED / ASSIGNED / IN_PROGRESS)
Response
Successful Response
Changes
Changed in 3 of the 9 revisions of this API.17
- ●
deleted the
queryrequest parameterfilter_by_driver_idrequest-parameter-removed
- ○
added the new optional
queryrequest parameterfilter_driver_idsnew-optional-request-parameter
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the new optional
queryrequest parameterfilter_auto_assign_enablednew-optional-request-parameter
- ○
added the new optional
queryrequest parameterfilter_vehicle_typenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterfilter_waitingnew-optional-request-parameter
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the new optional
queryrequest parameterfilter_archivednew-optional-request-parameter
- ○
added the new optional
queryrequest parameterfilter_by_driver_idnew-optional-request-parameter
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○