Closed Viktor100500 closed 1 year ago
I think I have a similar question. I have 151 users and 90 apps. When listing users, the visibleApps are limited to 50. Some of the users have more visible apps than that. Is there a way to get the remaining page of visible apps for that user? Currently I'm having to make a separate paged call to list visible apps for user, but that seems much less efficient than using the visibleApps property on the user.
Thanks!
I'm pretty sure pagination is the answer to that, indeed!
If I understand correctly, to load all the pricePoints, I have to scroll through the "pages" using the links - next field. But how can I call the ready URL using the already authorized APIEndpoint?