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" : [ { "Hello4" : "World4", "_id" : "products/799349458", "_rev" : "799349458", "_key" : "799349458" }, { "Hello2" : "World2", "_id" : "products/798694098", "_rev" : "798694098", "_key" : "798694098" }, { "Hello5" : "World5", "_id" : "products/799677138", "_rev" : "799677138", "_key" : "799677138" } ], "hasMore" : true, "id" : "799873746", "count" : 5, "extra" : { "stats" : { "filtered" : 0, "scannedFull" : 5, "scannedIndex" : 0, "writesExecuted" : 0, "writesIgnored" : 0 }, "warnings" : [ ] }, "cached" : false, "error" : false, "code" : 201 }