List

Lists order templates with filtering, sorting, pagination, full-text search, and party/account expansion. | authz: min_org_role=operator | () -> (OrderTemplateNewListRes)

Authentication

AuthorizationBearer

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

Query parameters

sort_byenumOptional
Field to sort by.
Allowed values:
sort_orderenumOptional

Sort order (asc or desc).

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

Full-text search query for template name or description.

filter_archivedbooleanOptionalDefaults to false
Include archived templates instead of active templates.
filter_owned_by_user_idstringOptional
Filter by the user that created the template.
filter_executor_org_idstringOptional

Filter by an on-CHRT executor organization ID.

filter_off_chrt_executor_org_data_idstringOptional

Filter by an off-CHRT executor organization data ID.

filter_shipper_org_idstringOptional

Filter by an on-CHRT shipper organization ID.

filter_off_chrt_shipper_org_data_idstringOptional

Filter by an off-CHRT shipper organization data ID.

filter_coordinator_shipper_account_idsstringOptional

Filter by coordinator shipper account ID(s) assigned to template tasks.

filter_created_at_timestamp_gtedatetimeOptional

Filter created_at_timestamp >= value (inclusive).

filter_created_at_timestamp_ltedatetimeOptional

Filter created_at_timestamp <= value (inclusive).

filter_last_edited_at_timestamp_gtedatetimeOptional

Filter last_edited_at_timestamp >= value (inclusive).

filter_last_edited_at_timestamp_ltedatetimeOptional

Filter last_edited_at_timestamp <= value (inclusive).

filter_last_used_at_timestamp_gtedatetimeOptional

Filter last_used_at_timestamp >= value (inclusive).

filter_last_used_at_timestamp_ltedatetimeOptional

Filter last_used_at_timestamp <= value (inclusive).

Response

Successful Response
itemslist of objects
total_countinteger

Errors

422
Order Templates New List V1request Unprocessable Entity Error