List Quotes
Returns a paginated list of Quotes.
Free-text search (filterText) matches quoteNumber.
Sorting is config-driven — sortBy accepts createdAt (default),
updatedAt, or any configured field referenceId.
Pagination is zero-based (pageNumber=0 is the first page); pageSize
defaults to 51.
Required permission: company.quote:read
Authorizations
API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey, and do not use an X-API-Key header; those are not accepted.
Path Parameters
Company identifier
Query Parameters
Search across quote number, description, and other text fields
Field to sort by. Accepts createdAt, updatedAt, or any configured field
referenceId for the entity type (sorting is config-driven). Default createdAt.
Sort direction (default desc)
asc, desc Zero-based page index (default 0).
x >= 0Number of records per page (default 51).
x >= 1