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" : "69916", "_id" : "products/69916", "_rev" : "_ZG8LivG--A", "Hello1" : "World1" }, { "_key" : "69918", "_id" : "products/69918", "_rev" : "_ZG8LivK---", "Hello2" : "World2" }, { "_key" : "69920", "_id" : "products/69920", "_rev" : "_ZG8LivK--A", "Hello3" : "World3" } ], "hasMore" : true, "id" : "69926", "count" : 5, "extra" : { "stats" : { "writesExecuted" : 0, "writesIgnored" : 0, "scannedFull" : 5, "scannedIndex" : 0, "filtered" : 0, "httpRequests" : 0, "executionTime" : 0.0003361701965332031, "peakMemoryUsage" : 18351 }, "warnings" : [ ] }, "cached" : false, "error" : false, "code" : 201 }