Automatic pagination for Graph API

Hi @Gabriele_Bracciali, Microsoft suggests over here to use @odata.nextLink as the URL for the next page.

So I’d go for something like this:

This will simply use the @odata.nextLink as the URL until it’s no longer provided by the API.

3 Likes