Hi,
It seems as if the top property when using a JSON query is ignored. My request looks like the following;
{"top":9,"skip":0,"sort":[{"path":"created","order":"descending"}],"filter":null}
I would expect 9 results to be returned but it seems to just return them all.
Any ideas?