/shipping/drivers

List

Lists all drivers belonging to the caller's organization with filtering, sorting, pagination, and optional full-text search. | () -> (DriverListRes)

get/shipping/drivers/list/v1

Query parameters

sort_order'asc' | 'desc'

Sort order for query results

Sort order (asc or desc)

pageinteger
page_sizeinteger
searchstring nullable

Full-text search query

Full-text search query

filter_available_according_to_driverboolean nullable

Filter by driver's self-reported availability

Filter by driver's self-reported availability

filter_available_according_to_operatorsboolean nullable

Filter by operator-set availability

Filter by operator-set availability

filter_statusDriverStatusEnum[] nullable

Filter by driver state (UNASSIGNED / ASSIGNED / IN_PROGRESS)

Filter by driver state (UNASSIGNED / ASSIGNED / IN_PROGRESS)

Response

Successful Response

itemsDriverWithActiveTaskGroupIds1[] required— unresolved $ref
total_countinteger required

Changes

No recorded changes to this endpoint across all 1 revision of this API.