List

Lists LineItemGroups the caller owns, is a payment counterparty on, or is the destination driver for. | authz_personas=[lig_org_operators, lig_driver] | () -> (LineItemGroupListRes)

Authentication

AuthorizationBearer

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

Query parameters

sort_orderenumOptional

Sort order on _id (proxy for creation order; LIGs have no user-facing timestamps to sort by).

Allowed values:
pageintegerOptional>=1Defaults to 1
page_sizeintegerOptional1-100Defaults to 20
filter_statusenumOptional

Filter by LineItemGroup status(es). Multi-select.

Allowed values:
filter_task_group_idstringOptional
Filter by parent task group id.
filter_order_idstringOptional
Filter by parent order id.
filter_order_short_idstringOptional
Filter by order short id.
filter_order_off_chrt_reference_idstringOptionalformat: "^[A-Za-z0-9._~\-]{1,64}$"1-64 characters

Filter by order off-chrt reference id.

filter_owned_by_org_idstringOptional
Filter by owner org id.
filter_payment_origin_org_idstringOptional
Filter by payment origin org id.
filter_payment_destination_org_idstringOptional
Filter by payment destination org id.
filter_payment_destination_driver_idstringOptional
Filter by payment destination driver id.
filter_rate_sheet_idstringOptional

Filter by source rate sheet id (None for ad-hoc/pro-forma LIGs).

filter_statement_idstringOptional
Filter to LineItemGroups bundled into this statement.
filter_attached_to_statementbooleanOptional

Filter by whether the LineItemGroup is bundled into a statement (statement_id is not None if true, is None if false). Used by the statement-bundling worklist to find unbundled LIGs.

Response

Successful Response
itemslist of objects
total_countinteger

Errors

422
Line Item Groups List V1request Unprocessable Entity Error