v1

latestOpenAPI 3.1.12026-07-268973189.3 KB
Objects

List quotations

Returns a paginated list of quotations. Supports cursor pagination, full-text search, structured filters (status, client, sales person, tags, dates), and sorting. Results respect the API key user's ownership permissions. See the Listing & filters guide for filter syntax.

get/quotations

Query parameters

cursorstring

Cursor for pagination. Pass the previous response meta.nextCursor value to fetch the next page.

pageSizeinteger

Number of items to return per page (max 100)

searchstring

Search by number, subject, client name, or line item text

orderBy'createdAt' | 'date' | 'number' | 'expiryDate'

Field to sort results by

orderDir'asc' | 'desc'

Sort direction

filtersobject

Structured filters (status, clientId, salesPersonId, tagId, productId, templateId, dealId, dates). Option values use prefixed string IDs. See the Listing & filters guide.

Response

OK