Hey @vkoko
I am assuming that the API returned more than 50 results, is that right?
What is the response like if you use the cursor parameter which you got `MzQ10Dc….` into the next API call, does it return the next set of results? Could you please also share what that response looks like?
If you could share the limit, and size parameters from both responses it will help us debug.
Hello @Horea Porutiu
Yes, the API returned more than 50 results.
When I manually added the cursor as a query parameter to the get groups
endpoint, it worked correctly.
Previously, my app was automatically handling pagination by following the link provided in the payload. However, I encountered some unexpected results, which is why I raised this issue.
To resolve it, I implemented a workaround: extracting the cursor from the payload and appending it to the link manually.
It would be helpful if, in the future, the Miro API consistently included the get groups
endpoint with the cursor already appended in the payload, similar to how pagination works with other endpoints.
Thanks
Vas
Hi @vkoko
I’m glad you found a workaround. I will add this feedback for our teams to prioritize what to improve next in our developer platform. This is super helpful for us so thank you for this thoughtful feedback.
Please don’t hesitate to reach out if you have further questions, we really appreciate all of your contributions for our community!