Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 868 Bytes

File metadata and controls

22 lines (13 loc) · 868 Bytes

Notifications Endpoint

The Notifications Endpoint provides a REST API for viewing and acknowledging system notifications.

Facade

This endpoint is based on the INotificationPublisher facade for notifications.

Controllers

  • NotificationPublisherController: Manages notifications and their acknowledgement

Permissions

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