GET (List)

Lists all notification rules.

URL:

https://<ServerIP>:<Port>/ccp-webapp/ccp/notificationrule

HTTPS method:

GET

Example XML response:


<NotificationRules>	
 <NotificationRule>
  <body>New Contact:</body>
  <campaignUrl>
   https://[ServerIP]:[Port]/ccp-webapp/ccp/campaign/
   Pushed_Contacts
  </campaignUrl>
   <changeStamp>0</changeStamp>
   <name>Push</name>
   <refURL>
    https://[ServerIP]:[Port]/ccp-webapp/ccp/
    notificationrule/100010
   </refURL>
   <subject>
     Notification: New Push Tag applied 
     to Pushed Contacts Campaign 
   </subject>
   <tags>
    <tag>push</tag>
   </tags>
   <targets>
    <target>user@example.com</target>
   </targets>
   <type>email</type>
   </NotificationRule>
   <NotificationRule>
   ....
   </NotifactionRule>
</NotificationRules>

HTTPS response headers:

A 200 OK http header is returned on success.