List (via POST) for coordinator operators
List (via POST) for coordinator operators
Lists expanded orders where the caller’s provider org is the coordinator. Filtering, sorting, pagination, optional search. | authz: allowed_org_types=[provider], min_org_role=operator | (OrderAndTaskGroupExpandedReq) -> (OrdersExpandedListRes)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
sort_by
sort_order
Sort order (asc or desc)
Allowed values:
page
page_size
search
Full-text search query (searches order short_id and off_chrt_reference_id)
filter_status
Allowed values:
filter_draft_started_at_timestamp_lte
filter_draft_started_at_timestamp_gte
filter_staged_at_timestamp_lte
filter_staged_at_timestamp_gte
filter_in_progress_at_timestamp_lte
filter_in_progress_at_timestamp_gte
filter_completed_at_timestamp_lte
filter_completed_at_timestamp_gte
filter_exception_at_timestamp_lte
filter_exception_at_timestamp_gte
filter_order_cancelled_at_timestamp_lte
filter_order_cancelled_at_timestamp_gte
filter_order_cancelled
filter_executor_org_id
filter_shipper_org_id
filter_off_chrt_shipper_org_id
Request
This endpoint expects an object.
expand_coordinator_org_company_name
expand_coordinator_org_handle
expand_shipper_org_company_name
expand_off_chrt_shipper_org_company_name
expand_notification_intents_ad_hoc
expand_tasks
expand_cargos
expand_task_artifacts
expand_directory_entries
expand_driver
expand_executor_org_company_name
expand_executor_org_handle
Response
Successful Response
items
total_count
Errors
422
Expanded List for Coordinator Operators V1request Unprocessable Entity Error
Validation Error
detail

