SharePoint Online: REST API for List, calling Filters and limit the return items
问题 I am trying to call REST API for list using below REST API https://myweb.sharepoint.com/teams/sites/subwebs/_api/web/lists/GetByTitle('MyList')/Items? $top=1 &$orderby=ID &$select=ID,FName,LName,Title &$filter=Title eq 'Female' I need $filter should work with number of records limited to $top. The $top works if $filter is not applied. Well, my list contains the items more than 5000. I received below error message while making GET Request for above URL { "readyState": 4, "responseText": "{\