shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/all <<EOF { "collection": "products", "batchSize" : 3 } EOF HTTP/1.1 201 Created content-type: application/json; charset=utf-8 { "result" : [ { "Hello5" : "World5", "_id" : "products/835887660", "_rev" : "835887660", "_key" : "835887660" }, { "Hello2" : "World2", "_id" : "products/834904620", "_rev" : "834904620", "_key" : "834904620" }, { "Hello1" : "World1", "_id" : "products/834576940", "_rev" : "834576940", "_key" : "834576940" } ], "hasMore" : true, "id" : "836084268", "count" : 5, "extra" : { "stats" : { "writesExecuted" : 0, "writesIgnored" : 0, "scannedFull" : 5, "scannedIndex" : 0, "filtered" : 0 }, "warnings" : [ ] }, "cached" : false, "error" : false, "code" : 201 }