shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/all-keys <<EOF { "collection" : "products", "type" : "id" } EOF HTTP/1.1 201 Created content-type: application/json; charset=utf-8 x-content-type-options: nosniff { "result" : [ "products/12325", "products/12318", "products/12322" ], "hasMore" : false, "cached" : false, "extra" : { "stats" : { "writesExecuted" : 0, "writesIgnored" : 0, "scannedFull" : 3, "scannedIndex" : 0, "filtered" : 0, "httpRequests" : 0, "executionTime" : 0.00011396408081054688 }, "warnings" : [ ] }, "error" : false, "code" : 201 }