Forum Discussion

SurajRautDev's avatar
SurajRautDev
Copper Contributor
Feb 14, 2025

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

  • CaptaFeather's avatar
    CaptaFeather
    Iron Contributor

    Pagination can be achieved by adding the top and skip parameters to the REST API request.

Resources