List
Lists order templates with filtering, sorting, pagination, full-text search, and party/account expansion. | authz: min_org_role=operator | () -> (OrderTemplateNewListRes)
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Sort order (asc or desc).
Full-text search query for template name or description.
Filter by an on-CHRT executor organization ID.
Filter by an off-CHRT executor organization data ID.
Filter by an on-CHRT shipper organization ID.
Filter by an off-CHRT shipper organization data ID.
Filter by coordinator shipper account ID(s) assigned to template tasks.
Filter created_at_timestamp >= value (inclusive).
Filter created_at_timestamp <= value (inclusive).
Filter last_edited_at_timestamp >= value (inclusive).
Filter last_edited_at_timestamp <= value (inclusive).
Filter last_used_at_timestamp >= value (inclusive).
Filter last_used_at_timestamp <= value (inclusive).

