Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I am using the QRS API to fetch metadata from an environment, calling endpoints such as /app/full, /users/full, etc, and I noticed that the number of apps returned is exactly 5000. Is there a max of 5000 on results returned? If so, how can we fetch metadata about all of the apps in the environment?
I'm pretty sure there is no such limit enforced by Qlik Sense. In fact I just ran a test by calling "/qrs/app/object/full" and it returned 116607 objects in my case.
What tool are you using for calling the endpoints? Perhaps there's some limit there?
Hi,
AFAIK, no limitation is documented but it's seem to be 5000 based on your experience.
Maybe you can use a filter and loop with all your filter params ?
Kind regards
I'm pretty sure there is no such limit enforced by Qlik Sense. In fact I just ran a test by calling "/qrs/app/object/full" and it returned 116607 objects in my case.
What tool are you using for calling the endpoints? Perhaps there's some limit there?
Thanks! It turns out we actually had exactly 5000 results haha