Gets the full description of an alerter of a Web Intelligence document.
GET /documents/<documentID>/alerters/<alerterID>
Response type: application/xml or application/json
Response body: details of the document alerter identified by:
GET /documents/8022/alerters/3
<alerter> <id>1</id> <name>Sales Revenue</name> <description>Test Raylight</description> <rule> <conditions> <condition expressionId="DP0.DO93" operator="Greater"> <operand>2000000</operand> </condition> </conditions> <action> <data> <formula type="HyperLink">test</formula> <format type="Custom"> <template positive="STANDARD"/> </format> </data> <style> <background> <color rgb="#ffff00"/> </background> <font rgb="#ff0000"/> </style> </action> </rule> </alerter>