Tuesday, March 24, 2015

How to get More than 100 items from SharePoint list using Rest API ?

var url=_spPageContextInfo.webAbsoluteUrl + "/_api/web/lists/GetByTitle('ISOHSE')/items?$select=Title,Description$orderby=ISOOrder&$top=500";

No comments: