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" : [ { "_key" : "10974", "_id" : "products/10974", "_rev" : "10974", "Hello4" : "World4" }, { "_key" : "10968", "_id" : "products/10968", "_rev" : "10968", "Hello2" : "World2" }, { "_key" : "10971", "_id" : "products/10971", "_rev" : "10971", "Hello3" : "World3" } ], "hasMore" : true, "id" : "10980", "count" : 5, "extra" : { "stats" : { "writesExecuted" : 0, "writesIgnored" : 0, "scannedFull" : 5, "scannedIndex" : 0, "filtered" : 0, "executionTime" : 0.0002288818359375 }, "warnings" : [ ] }, "cached" : false, "error" : false, "code" : 201 }