I am using SharePoint 2010. I have a very large list (> 50000 items).
When I execute this REST query against this list, I get an error
https://sp/sites/abhi_test/_vti_bin/listdata.svc/LargeList?$skip=0&$top=100
Same query works on smaller lists.
What is going wrong? I want to fetch 100 items at a time and read entire list of 50000 items (yes, I have thresholds set at 2000.... but I want to overcome that by using pagination).
val it: unit=()