List by org

Lists rate sheets for the caller’s organization with filtering, sorting, pagination, and optional full-text search. | authz: allowed_org_types=[courier, forwarder], min_org_role=operator | () -> (RateSheetListResponse)

Authentication

AuthorizationBearer

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

Query parameters

sort_byenumOptional
Sortable fields for rate sheet list.
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

filter_archivedbooleanOptional
filter_payment_vector_typeenumOptional
Allowed values:
filter_service_typeenumOptional

Filter by service type (exact match)

Allowed values:
filter_cargo_typeenumOptional

Filter by cargo type (checks if value is in cargo_types array)

filter_vehicle_typeenumOptional

Filter by vehicle type (checks if value is in vehicle_types array)

Response

Successful Response
itemslist of objects
total_countinteger

Errors

422
Rate Sheets List by Org V1request Unprocessable Entity Error