shell> curl -X PUT --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_api/simple/all <<EOF { "collection": "products", "batchSize" : 3 } EOF HTTP/1.1 Created content-type: application/json; charset=utf-8 x-content-type-options: nosniff { "result" : [ { "_key" : "70559", "_id" : "products/70559", "_rev" : "_ZXF6Z3m---", "Hello1" : "World1" }, { "_key" : "70561", "_id" : "products/70561", "_rev" : "_ZXF6Z3m--A", "Hello2" : "World2" }, { "_key" : "70563", "_id" : "products/70563", "_rev" : "_ZXF6Z3m--C", "Hello3" : "World3" } ], "hasMore" : true, "id" : "70569", "count" : 5, "extra" : { "stats" : { "writesExecuted" : 0, "writesIgnored" : 0, "scannedFull" : 5, "scannedIndex" : 0, "filtered" : 0, "httpRequests" : 0, "executionTime" : 0.0002779960632324219, "peakMemoryUsage" : 18351 }, "warnings" : [ ] }, "cached" : false, "error" : false, "code" : 201 }