You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a little trouble with reading associations using get_by_id. Any help would be greatly appreciated.
Using the hubspot docs to send test requests using my oauth token, the associations are returned in the response. I have also tested this works using postman.
Hey @dtakeshta and @alzheltkovskiy-hubspot, I ran into this issue myself and noticed that using :csv over :multi here seems to fix the issue. I submitted PR #263 with that change, but I'm not super familiar with the Hubspot API so please disregard if it causes any issues.
I'm having a little trouble with reading associations using
get_by_id
. Any help would be greatly appreciated.Using the hubspot docs to send test requests using my oauth token, the associations are returned in the response. I have also tested this works using postman.
With this library, I can see the associations array is being included in the request
:associations=>["company", "contact"]
FWIW, here is what my code looks like:
The text was updated successfully, but these errors were encountered: