Get a list of quotes for a specific company.
Path Params
- Name
id- Type
- integer
- required
- Description
Query Params
- Name
status- Type
- string
- Description
filter by quote status
- Default
all- Allowed values
allopendraftexpiredrejectedaccepted
- Name
startIssueDate- Type
- string
- Description
Filter by start issue date
- Name
sortBy- Type
- string
- Description
order by
- Default
issueDate- Allowed values
quotenumberissueDatecreatedAt
- Name
searchTerm- Type
- string
- Description
Filter by search term
- Name
orderMode- Type
- string
- Description
order mode
- Default
asc- Allowed values
ascdesc
- Name
endIssueDate- Type
- string
- Description
Filter by end issue date
- Name
pageSize- Type
- integer
- Description
number of items in a page
- Default
50
- Name
page- Type
- integer
- Description
page number
- Default
1
- Name
skipLineItems- Type
- boolean
- Description
SkipLineItems returns lightweight quotes: line items, sections, unassigned line items and the per-tax breakdown are omitted, and quote-level totals are served from precomputed stats offering more performance.
- Default
false
- Name
skipCounts- Type
- boolean
- Description
SkipCounts allows you to skip doing counts on a list API endpoint for performance reasons.
- Name
isTemplate- Type
- boolean
- Description
Filter by template flag. When unset, only non-template quotes are returned.
- Default
false
- Name
includeTotals- Type
- boolean
- Description
IncludeTotals returns an aggregated totals-by-currency summary of the full filtered result set (ignoring pagination) in the response meta.
- Default
false
- Name
includeSectionItems- Type
- boolean
- Description
include section items
- Default
false
- Name
convertToInstallationCurrency- Type
- boolean
- Description
ConvertToInstallationCurrency converts each quote's totals into the installation currency, where a conversion rate is available.
- Default
false
- Name
clientView- Type
- boolean
- Description
View the quote as a client
- Default
true
- Name
updatedBy- Type
- array[integer]
- Description
Filter by last updated by list of users
- Default
[]- Format
- Comma separated values
- Name
include- Type
- array[string]
- Description
include
- Format
- Comma separated values
- Allowed values
userscompaniesprojectscurrencies
- Name
companyIds- Type
- array[integer]
- Description
Filter by company IDs (comma-separated)
- Default
[]- Format
- Comma separated values
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
QuotesResponse contains information about a group of quotes.
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
ErrorResponse defines how []Error should be marshaled to JSON.
- Code
- 403
- Type
- object
- Schema
- Description
- 403 Forbidden
ErrorResponse defines how []Error should be marshaled to JSON.
200 OK
{ "included": { "companies": { "additionalProp": { "accounts": 0, "addressOne": "string", "addressTwo": "string", "budgetDistribution": [ { "color": "string", "companyId": 0, "count": 0, "from": 0, "to": 0 } ], "canSeePrivate": true, "cid": "string",