-
Notifications
You must be signed in to change notification settings - Fork 170
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
Added companies to contacts.list response #535
base: master
Are you sure you want to change the base?
Added companies to contacts.list response #535
Conversation
929e6af
to
4683a87
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @Brammm
Thank you for making this request.
As you might notice on our .list
endpoints we do not always return the same information as we do in our .info
. We do this on purpose to keep our .list
endpoints reasonable in size and speedy.
We do want to note that this field is available on the .info
endpoint.
Hey @mrtus The list endpoint is paginated as it is, so I assumed performance would be less of a factor. As it stands, we are forced to call the .info endpoint for a collection of contacts, because we require the company info, which is a bunch more calls than we had hoped. Would an optional include e.g. |
Hi, Is this a feature you guys are looking in to? In my case this will result in +- 15000 extra api calls. |
@justijndepover yawza. Make sure to build in some delays between requests or you're gonna be hit with rate limits as well... |
Hi @mrtus I'd like to point out that this remains an issue for me (and probably for others as well). As @Brammm mentioned, I too would prefer a performance hit instead of making thousand of extra requests. |
Feel free to send an email to [email protected], asking to be linked to issue ID-4236 (see related companies in return data of contacts.list). That way we can update you once this has been added to our API |
Hello, |
It's currently not possible to get the company(ies) a contact is related to in the contacts.list endpoint.