
alert.configGet( uri as String ) as Object
Gets the config associated with the specified URI. The user must have the alert-user privilege to call this function.
| Parameters | |
|---|---|
| uri | The URI of the alerting configuration. |
var alert = require("/MarkLogic/alert.xqy");
alert.configGet("http://acme.com/alert/message-board")
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.