Overreach of limit attribute - Hosts API #702
brucelourenco
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hi @brucelourenco - Fantastic timing! I just posted a sample that uses QueryDevicesByFilterScroll to produce a list of all sensor versions within a tenant. This sample should demonstrate what you're trying to accomplish. Let us know if you have any questions! 😄 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greatings!
Do anyone can help me to get information beyond the limit attribute of the API? (5000 for example for Hosts API)
I thought using a loop and store de values in a list, dict or some variable, but the difficulty is how make my requests get the remaining records and not duplicated after the first index of the loop.
Some ideas?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions