Quantcast
Channel: Active questions tagged rest - Stack Overflow
Viewing all articles
Browse latest Browse all 3667

Sharepoint Online api/Web/Lists(guid)/GetItems POST rest api suddenly start ignore $top and $skip parameters

$
0
0

Sharepoint Online api/Web/Lists(guid)/GetItems POST rest api suddenly start ignore $top and $skip parameters here is my request details

POST _api/Web/Lists(guid'428350ec-589a-46d3-973a-fa6dc2e52f04')/GetItems?$select=Title,Id&$skip=5&$top=10

BODY{"query": {"FolderServerRelativeUrl": "/sites/...","ViewXml": "</OrderBy>0</Value></Eq>someValue</Value></Eq></Or></Where></Query></View>","__metadata": {"type": "SP.CamlQuery"}}}

Please help I cant find any documentation about this, last week it was working perfectly but now it is failing, my pagination is not working, I cant use caml paging as it will require lots of changes in UI


Viewing all articles
Browse latest Browse all 3667

Trending Articles