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 { "result" : [ { "_key" : "10580", "_id" : "products/10580", "_rev" : "_UWx9mMa---", "a" : { "j" : 1 }, "i" : 1 }, { "_key" : "10576", "_id" : "products/10576", "_rev" : "_UWx9mMW---", "a" : { "k" : 1, "j" : 1 }, "i" : 1 } ], "hasMore" : false, "count" : 2, "error" : false, "code" : 201 }