Forum Discussion
SurajRautDev
Feb 14, 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,Skiptoken since what i see its only recommended using odata.nextlink.
How do we achieve page number pagination?
1 Reply
- CaptaFeatherIron Contributor
Pagination can be achieved by adding the top and skip parameters to the REST API request.