List for driver

Lists expanded task groups assigned to the caller (a driver of the executor provider) with filtering, sorting, pagination, and optional full-text search. | authz_personas=[driver_for_executor] | (OrderAndTaskGroupExpandedReq) -> (TaskGroupExpandedListRes)

Authentication

AuthorizationBearer

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

Query parameters

sort_byenum or nullOptional
sort_orderenum or nullOptional

Sort order (asc or desc)

Allowed values:
pageinteger or nullOptional>=1Defaults to 1
page_sizeinteger or nullOptional1-100Defaults to 20
searchstring or nullOptional

Full-text search query (searches order_short_id, order_off_chrt_reference_id)

filter_statusenum or nullOptional
filter_draft_started_at_timestamp_ltedatetime or nullOptional
filter_draft_started_at_timestamp_gtedatetime or nullOptional
filter_staged_at_timestamp_ltedatetime or nullOptional
filter_staged_at_timestamp_gtedatetime or nullOptional
filter_in_progress_at_timestamp_ltedatetime or nullOptional
filter_in_progress_at_timestamp_gtedatetime or nullOptional
filter_completed_at_timestamp_ltedatetime or nullOptional
filter_completed_at_timestamp_gtedatetime or nullOptional
filter_skipped_at_timestamp_ltedatetime or nullOptional
filter_skipped_at_timestamp_gtedatetime or nullOptional
filter_cancelled_at_timestamp_ltedatetime or nullOptional
filter_cancelled_at_timestamp_gtedatetime or nullOptional
filter_exception_at_timestamp_ltedatetime or nullOptional
filter_exception_at_timestamp_gtedatetime or nullOptional
filter_coordinator_org_idstring or nullOptional
filter_shipper_org_idstring or nullOptional
filter_off_chrt_shipper_org_data_idstring or nullOptional

Request

This endpoint expects an object.
expand_accountsbooleanOptionalDefaults to false
expand_cargosbooleanOptionalDefaults to false
expand_contactsbooleanOptionalDefaults to false
expand_coordinator_org_company_namebooleanOptionalDefaults to false
expand_coordinator_org_handlebooleanOptionalDefaults to false
expand_coordinator_task_lists_to_apply_at_order_stagingbooleanOptionalDefaults to false
expand_driverbooleanOptionalDefaults to false
expand_executor_org_company_namebooleanOptionalDefaults to false
expand_executor_org_handlebooleanOptionalDefaults to false
expand_notification_intents_ad_hocbooleanOptionalDefaults to false
expand_off_chrt_shipper_org_company_namebooleanOptionalDefaults to false
expand_shipper_org_company_namebooleanOptionalDefaults to false
expand_task_artifactsbooleanOptionalDefaults to false
expand_tasksbooleanOptionalDefaults to false

Response

Successful Response
itemslist of objects
total_countinteger

Errors

422
Expanded List for Driver V1request Unprocessable Entity Error