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 undefined content-type: application/json; charset=utf-8 x-content-type-options: nosniff { "result" : [ { "_key" : "104621", "_id" : "products/104621", "_rev" : "_XWq5zYe--_", "i" : 1 }, { "_key" : "104614", "_id" : "products/104614", "_rev" : "_XWq5zYa--_", "a" : { "k" : 1, "j" : 1 }, "i" : 1 }, { "_key" : "104624", "_id" : "products/104624", "_rev" : "_XWq5zYe--B", "a" : { "k" : 2, "j" : 2 }, "i" : 1 }, { "_key" : "104618", "_id" : "products/104618", "_rev" : "_XWq5zYa--B", "a" : { "j" : 1 }, "i" : 1 } ], "hasMore" : false, "count" : 4, "cached" : false, "extra" : { "stats" : { "writesExecuted" : 0, "writesIgnored" : 0, "scannedFull" : 4, "scannedIndex" : 0, "filtered" : 0, "httpRequests" : 0, "executionTime" : 0.00038504600524902344 }, "warnings" : [ ] }, "error" : false, "code" : 201 }