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.
Authorizations
API key for authentication. Get yours at app.heffl.com/settings/developers
Query Parameters
Cursor for pagination. Pass the previous response meta.nextCursor value to fetch the next page.
Number of items to return per page (max 100)
1 <= x <= 100Search by number, subject, client name, or line item text
Field to sort results by
createdAt, date, number, expiryDate Sort direction
asc, desc Structured filters (status, clientId, salesPersonId, tagId, productId, templateId, dealId, dates). Option values use prefixed string IDs. See the Listing & filters guide.