NotificationService.getNotificationById Method
Gets the notification specified by the ID.
Parameters
- id
-
Type: String
The ID of the notification to get.
Return Value
Type: jQuery.Promise
Value: dundas.notifications.Notification
A promise object that is resolved when the call is complete.
If successful, a dundas.notifications.Notification object is returned.