30 Aug 2022 03:35 PM
Hello, I've been tasked with figuring out how (or if it's possible) to send in a list/array of Entity IDs when making an API call. Right now, we're sometimes hitting our per minute API call limit, so we're trying to figure out how to reduce the number of API calls being made. I've tried searching the forum and reading the docs, but I'm not finding any relevant answers. Thanks in advance for any help you can provide.
Solved! Go to Solution.
30 Aug 2022 05:02 PM
It depends on the API you want to use. Some allow you to use multiple entity IDs and some are not designed that way. For example events API V2 supports that while V1 does not.
30 Aug 2022 05:04 PM
I think that was my problem, I was crossing the V1 and V2 info and confusing myself. Makes sense now, thanks!
01 Sep 2022 01:01 AM
Suggestion: Tag your entities properly and use a tag instead!