Forum Discussion
SurajRautDev
Feb 13, 2025Copper Contributor
Pagination using SharePoint online rest API to get listitems.
The only implementation I see is by using Odata.nextlink. Does pagination support page number pagination by any chance? I have not been able to find any concrete documentation regarding skip,Skiptok...
CaptaFeather
Jul 14, 2025Iron Contributor
Pagination can be achieved by adding the top and skip parameters to the REST API request.