Next URL Pagination
This pagination will apply when we have URL of next page in our API response. For example we have next link in this key @odata.nextLink
Select Next URL pagination from the dropdown and fill these values there.
- In the above example
@odata.nextLinkkey helps to identify upto which page the pagination will be completed , so it will come inUser Key Data Collection Keyholds the data from the API and we will get the response in that key for example here it is['value']Another Response Parameterkey will hold the response of the next url page, This value needs to same as that ofData Collection Key.
Typically being used in Microsoft Graph API, Dropbox, Box Cloud


