The Notifications Endpoint provides a REST API for viewing and acknowledging system notifications.
This endpoint is based on the INotificationPublisher facade for notifications.
- NotificationPublisherController: Manages notifications and their acknowledgement
Permissions are defined in NotificationPermissions.
The Moryx.Notifications.CanView permission controls access to the UI page.
| Permission String | Description |
|---|---|
Moryx.Notifications.CanView |
Permission for all actions related to viewing notifications |
Moryx.Notifications.CanAcknowledge |
Permission for all actions related to acknowledging notifications |