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" : [ { "Hello2" : "World2", "_id" : "products/772594119", "_rev" : "772594119", "_key" : "772594119" }, { "Hello1" : "World1", "_id" : "products/772266439", "_rev" : "772266439", "_key" : "772266439" }, { "Hello5" : "World5", "_id" : "products/773577159", "_rev" : "773577159", "_key" : "773577159" } ], "hasMore" : true, "id" : "773773767", "count" : 5, "extra" : { "stats" : { "writesExecuted" : 0, "writesIgnored" : 0, "scannedFull" : 5, "scannedIndex" : 0, "filtered" : 0 }, "warnings" : [ ] }, "cached" : false, "error" : false, "code" : 201 }