shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/all <<EOF { "collection": "products", "skip": 2, "limit" : 2 } EOF HTTP/1.1 201 Created content-type: application/json; charset=utf-8 { "result" : [ { "Hello3" : "World3", "_id" : "products/774887879", "_rev" : "774887879", "_key" : "774887879" }, { "Hello4" : "World4", "_id" : "products/775215559", "_rev" : "775215559", "_key" : "775215559" } ], "hasMore" : false, "count" : 2, "cached" : false, "extra" : { "stats" : { "writesExecuted" : 0, "writesIgnored" : 0, "scannedFull" : 5, "scannedIndex" : 0, "filtered" : 0 }, "warnings" : [ ] }, "error" : false, "code" : 201 }