shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/by-example <<EOF { "collection" : "products", "example" : { "a.j" : 1 } } EOF HTTP/1.1 201 Created content-type: application/json; charset=utf-8 x-content-type-options: nosniff { "result" : [ { "_key" : "13215", "_id" : "products/13215", "_rev" : "_WgE8Mp---_", "a" : { "j" : 1 }, "i" : 1 }, { "_key" : "13211", "_id" : "products/13211", "_rev" : "_WgE8Mo6--_", "a" : { "k" : 1, "j" : 1 }, "i" : 1 } ], "hasMore" : false, "count" : 2, "cached" : false, "extra" : { "stats" : { "writesExecuted" : 0, "writesIgnored" : 0, "scannedFull" : 4, "scannedIndex" : 0, "filtered" : 2, "httpRequests" : 0, "executionTime" : 0.0004773139953613281 }, "warnings" : [ ] }, "error" : false, "code" : 201 }