I have a larger dataset in Dynamics. Its about 18 000 objects. I'm limited by 5000 because thats the number of objects you get over the wire from dynamics as I understand it. But then there is 'top' which selects top X of the result in the query. Why isn't 'skip' implemented? I've tried it;
req.open("GET", Xrm.Page.context.getClientUrl() + "/api/data/v8.2/pss_assetses?$skip=20", true);
I get "501 (Not implemented)". How can I get access to all my objects?