Open
Description
We have a deal with quote associated, but the API does not return it.
Our code:
const detail = await globalHubspotApiClient.crm.deals.basicApi.getById(dealId, undefined, undefined, [
'quotes',
])
The result associations
is undefined.
However, if I call the endpoint directly, I get the association properly:
curl --request GET \
--url 'https://api.hubapi.com/crm/v3/objects/deals/XXX?associations=quotes' \
--header 'authorization: Bearer XXX'
Metadata
Metadata
Assignees
Labels
No labels