Analogue of idlist parameter in Leads/getRecordById in API V2
How can I now get a list of leads by multiple list id?
I found this:
APIv2: Leads/search?criteria=((id:equals:%s)or(id:equals:%s)or..)
But there are limitations:
You can search a maximum of 10 criteria (with same or different columns) with equals and starts_with conditions as shown above.