shell> curl -X PUT --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_api/simple/by-example <<EOF { "collection" : "products", "example" : { "i" : 1 } } EOF HTTP/1.1 Created content-type: application/json; charset=utf-8 x-content-type-options: nosniff { "result" : [ { "_key" : "69971", "_id" : "products/69971", "_rev" : "_ZG8Liwe--A", "a" : { "k" : 1, "j" : 1 }, "i" : 1 }, { "_key" : "69973", "_id" : "products/69973", "_rev" : "_ZG8Liwi---", "a" : { "j" : 1 }, "i" : 1 }, { "_key" : "69975", "_id" : "products/69975", "_rev" : "_ZG8Liwi--A", "i" : 1 }, { "_key" : "69977", "_id" : "products/69977", "_rev" : "_ZG8Liwi--C", "a" : { "k" : 2, "j" : 2 }, "i" : 1 } ], "hasMore" : false, "count" : 4, "cached" : false, "extra" : { "stats" : { "writesExecuted" : 0, "writesIgnored" : 0, "scannedFull" : 4, "scannedIndex" : 0, "filtered" : 0, "httpRequests" : 0, "executionTime" : 0.00034809112548828125, "peakMemoryUsage" : 36641 }, "warnings" : [ ] }, "error" : false, "code" : 201 }