Max number of items within "assignee.any"?

Hi,

When using the API for search, is there a limit to the number of items within fields like assignee.any?

Thanks!

cc @AndrewWong

1 Like

My guess is, the max number of items is the limit of the queryString max length (in GET), and if you need more, use the “POST” with the batch API endpoint…

But I never tried / read any informations about it!