When looking to retrieve HubSpot's CRM objects properties, you can check out the CRM API | Properties. This API also allows you to manage custom properties. Currently, this API only supports the following objects - Contacts, Companies, Deals and Tickets.
If you're looking to retrieve quotes object properties, since it do not support custom properties, here's the list of properties:
When looking to retrieve HubSpot's CRM objects properties, you can check out the CRM API | Properties. This API also allows you to manage custom properties. Currently, this API only supports the following objects - Contacts, Companies, Deals and Tickets.
If you're looking to retrieve quotes object properties, since it do not support custom properties, here's the list of properties:
You can the list of associations of a quote by using the GET /crm/v3/objects/quotes/{quoteId}/associations/{associatedObjectType} endpoint - Learn more here: CRM API | Quotes.