notifications
Notifications delivered to users, their read and acknowledgement state.
Create a notification for recipients
Persists a new notification and delivers it to each listed recipient as an unread user notification.
List notifications for the current user
Returns all notifications addressed to the calling user, each carrying its read and acknowledgement state.
Mark a notification as read
Marks the given notification as read for the calling user. Responds 404 if no matching unread notification exists for that user.
Acknowledge a notification
Acknowledges the notification, storing the acknowledging user, timestamp and an optional comment. Responds 404 if the notification does not exist and 400 if it is already acknowledged. Returns the updated notification.