Get Company Quotes
GET /companies/{company_id}/quotes
GET
/companies/{company_id}/quotes
List every quote attached to a given company (account view).
Authorizations
Parameters
Path Parameters
company_id
required
MashupCompany ID
integer
MashupCompany ID
Header Parameters
Responses
200
Successful Response
object
data
required
Array<object>
Full row + line items + activity + envelope from GET /quotes/{id}.
Open dict because _get_quote_detail returns the dynamic
_row_to_dict shape plus resolved contact/company/envelope blocks.
object
activity
Any of:
Array<object>
object
key
additional properties
any
null
line_items
Any of:
Array<object>
object
key
additional properties
any
null
key
additional properties
any
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string