I’m trying to retrieve a list of all devices from a project in a html widget in the dashboard.
Currently, i’m doing this via first retreiving all the devices on a user, and then filtering on a project (as there is no API call for calling all devices from a project directly?).
But while doing this, it seems that the response is limited to 50 devices. Is this correct? Is there a workaround or a better way to do this?
I remember that there were limitations regarding the amount of items sent by the api requests, according that experience it is correct, I had the same question when was retrieving items from a bucket and in that moment the limitation was up to 200 items, the workaround was to sort a way to make the calls to retrieve 200 items each time if were required more than 200.