v1

latestOpenAPI 3.0.12026-07-2681110143.5 KB
Quotes

Get quotes list

Fetches a paginated list of quotes with optional search and status filters.

get/v2/quotes

Query parameters

limitnumber
pagenumber
sort'id' | 'status' | 'client.name' | 'createdBy' | 'createdOn' | 'updatedOn' | 'totals.initialTotal' | 'totals.recurringTotal'

Return quotes sorted by fieldName,direction (e.g. sort=status,desc).

searchstring

Search on fields like client name, reference code, created by user name, and invoice totals.

status'draft' | 'assigned' | 'sent' | 'closed' | 'declined' | 'accepted' | 'changes_requested' | 'expired' | 'pending'

Filter by status. Multiple values can be provided as a comma-separated list.

account'user' | 'partner'
partnerIdstring uuid
intentType'PARTNER_TO_CLIENT' | 'PAX8_TO_PARTNER' | 'PAX8_TO_PARTNER_CLIENT'

Response

OK