-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
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
Associations (get_by_id) #262
Comments
Hey @dtakeshta and @alzheltkovskiy-hubspot, I ran into this issue myself and noticed that using In the meantime @dtakeshta, you can give the fork a try to see if it solves your issues: https://github.com/rescale-supply/hubspot-api-ruby/tree/bug/associations23102023 |
I'm trying to get contact associations for a company and |
@alzheltkovskiy-hubspot is there a way around this or plans to fix this issue? |
You can get around this by using a comma separated string of associations as opposed to an array ie, |
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: