In our application, we are trying to use enterprise-wide search to find and crawl all entities stored under all the Enterprise accounts. We are aware of the ability to traverse all users' folders but it doesn't seem effective enough for a large number of objects.
However, using Search API considers providing either “query” and/or “mdfilters” parameter(s).
Is there a way to query Box API to get ALL entities, without any specific filter? We tried to use a query like ”A OR NOT A” but it doesn’t work for some reason.
Thank you.