<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>systemnotification.raised Client Message</title><link>https://community.telligent.com/community/11/w/api-documentation/67121/systemnotification-raised-client-message</link><description /><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>systemnotification.raised Client Message</title><link>https://community.telligent.com/community/11/w/api-documentation/67121/systemnotification-raised-client-message</link><pubDate>Tue, 19 Nov 2019 20:27:35 GMT</pubDate><guid isPermaLink="false">02c84345-b24a-41f2-95c1-34408800ced4</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/11/w/api-documentation/67121/systemnotification-raised-client-message#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 11/19/2019 20:27:35&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;&lt;a id="systemnotification_raised_Client_Message" name="systemnotification_raised_Client_Message"&gt;&lt;/a&gt;systemnotification.raised Client Message&lt;/h3&gt;
&lt;p&gt;[[messaging JavaScript API Module|Client-side message]] raised when a system notification is received via a live alert.   Powers live system notification messages.&lt;/p&gt;
&lt;h3&gt;&lt;a id="Usage" name="Usage"&gt;&lt;/a&gt;Usage&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;$.telligent.evolution.messaging.subscribe(&amp;#39;systemnotification.raised&amp;#39;, function(data) {
    // handle the event
});
&lt;/code&gt;&lt;/pre&gt;

&lt;h3&gt;&lt;a id="Data" name="Data"&gt;&lt;/a&gt;Data&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;id&lt;/code&gt;: id of the notification&lt;/li&gt;
&lt;li&gt;&lt;code&gt;message&lt;/code&gt;: short, displayable message regarding the notification&lt;/li&gt;
&lt;li&gt;&lt;code&gt;totaloccurences&lt;/code&gt;: number of times the incident has occurred&lt;/li&gt;
&lt;li&gt;&lt;code&gt;lastoccurred&lt;/code&gt;: date when the incident last occurred&lt;/li&gt;
&lt;li&gt;&lt;code&gt;url&lt;/code&gt;: url of the system notification&lt;/li&gt;
&lt;li&gt;&lt;code&gt;count&lt;/code&gt;: count of unresolved system notifications&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class="generated-documentation-end" style="border-width:0;" /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>