However, I'm encountering a problem: for all my tickets, the associations section shows a 'None' value. What could be the problem? Could it be a very specific issue with my account?
I am using Python, and this is the offical code provided by HubSpot:
import hubspot from pprint import pprint from hubspot.crm.objects import ApiException
@RRompich - honestly, I don't think you are making the API call you think you are here. Its a bit obscured by the hubspot client code library conventions.
Although the original thread suggested a v3 objects API, I would be very tempted to directly use the most current v4 API code for this:
@RRompich - honestly, I don't think you are making the API call you think you are here. Its a bit obscured by the hubspot client code library conventions.
Although the original thread suggested a v3 objects API, I would be very tempted to directly use the most current v4 API code for this: