GET

Retrieves a specific notification rule.

URL:

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

HTTPS method:

GET

Example XML response:


<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>

HTTPS response headers:

A 200 OK http header is returned on success.