Skip to main content

Quotient

List and retrieve Quotient quotations for your company. Quotes are stored from the Quotient native integration and exposed on the intelligence API base URL.
These endpoints only return data when the Quotient native integration is switched on for your company. If Quotient is not connected, list and get calls return empty results or not-found responses. To enable Quotient, contact your account manager.
Base: https://api.vh3connect.io/api:kP8T1CK7 Auth: company_id and api_key on every request (query parameters for GET).

Response depth (full)

Both endpoints accept an optional full boolean. Default is slim (omit full, or pass false).

GET /quotient/list

Paginated list of Quotient quotations for your company, optionally filtered by creation date. Query parameters: Slim item fields (when full is false): Response is paginated (items, itemsReceived, curPage, nextPage, prevPage, offset, itemsTotal, pageTotal). Example (slim list):
Example (full payload, date window):

GET /quotient/quote

Fetch a single Quotient quotation by UUID (id) or by quote number. Query parameters: Numeric identifier values are treated as quote numbers. Non-numeric values are treated as the quote UUID. If no quote matches the identifier for your company, the API returns not found. Example (by quote number, slim):
Example (by UUID, full):