Note: This endpoint is deprecated. Use the CRM Associations API to manage deal associations.
Method Details
HTTP Methods:
GET
Response Format:
json
Requires Authentication?
Yes
Rate Limited?
Headers
Products:
CRM
Get all of the deals associated with a contact or company. Returns a paginated set of deals.
In addition to the list of deals, each request will also return two values, offset
and hasMore
. If hasMore
is true, you'll need to make another request, using the offset
to get the next page of deal records.