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 undefined content-type: application/json; charset=utf-8 x-content-type-options: nosniff { "result" : [ { "_key" : "104510", "_id" : "products/104510", "_rev" : "_XUJzEvi--_", "Hello2" : "World2" }, { "_key" : "104516", "_id" : "products/104516", "_rev" : "_XUJzEvm--B", "Hello4" : "World4" }, { "_key" : "104506", "_id" : "products/104506", "_rev" : "_XUJzEve--_", "Hello1" : "World1" } ], "hasMore" : true, "id" : "104522", "count" : 5, "extra" : { "stats" : { "writesExecuted" : 0, "writesIgnored" : 0, "scannedFull" : 5, "scannedIndex" : 0, "filtered" : 0, "httpRequests" : 0, "executionTime" : 0.00024700164794921875 }, "warnings" : [ ] }, "cached" : false, "error" : false, "code" : 201 }