List by org

Lists rate sheets for the caller’s organization with filtering, sorting, and pagination. | 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_byenum or nullOptional
Sortable fields for rate sheet list.
Allowed values:
sort_orderenumOptionalDefaults to descending
Allowed values:
pageintegerOptional>=1Defaults to 1
page_sizeintegerOptional1-100Defaults to 20
filter_archivedboolean or nullOptional
filter_payment_vector_typeenum or nullOptional
Allowed values:
filter_service_typeenum or nullOptional

Filter by service type (exact match)

Allowed values:
filter_cargo_typeenum or nullOptional

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

filter_vehicle_typeenum or nullOptional

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

Response

Successful Response
rate_sheetslist of objects
total_countinteger

Errors