We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
associations
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We have a deal with quote associated, but the API does not return it.
Our code:
The result
associations
is undefined.However, if I call the endpoint directly, I get the association properly:
The text was updated successfully, but these errors were encountered: