shell> curl -X PUT --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_api/simple/all <<EOF { "collection": "products", "skip": 2, "limit" : 2 } EOF HTTP/1.1 undefined content-type: application/json; charset=utf-8 x-content-type-options: nosniff { "result" : [ { "_key" : "104541", "_id" : "products/104541", "_rev" : "_XUJzEwq--D", "Hello3" : "World3" }, { "_key" : "104547", "_id" : "products/104547", "_rev" : "_XUJzEwu--_", "Hello5" : "World5" } ], "hasMore" : false, "count" : 2, "cached" : false, "extra" : { "stats" : { "writesExecuted" : 0, "writesIgnored" : 0, "scannedFull" : 4, "scannedIndex" : 0, "filtered" : 0, "httpRequests" : 0, "executionTime" : 0.00021958351135253906 }, "warnings" : [ ] }, "error" : false, "code" : 201 }