Tag: Pagination in SharePoint 2013 REST API

$

$skip does not work in SharePoint 2013 OData REST Endpoint for list item retrieval

This came as a surprise to me seeing the OData URI query option "$skip" does not work, while trying to implement pagination logic on list using SharePoint 2013 REST API. Although this works perfectly well with the old ListData.svc...:( So here are some alternatives that can help you in your paginations: 1. Using $filter URI ...