Functionsยง
- count_
unread_ user_ notifications - Counts unread notifications for a user.
- create_
notification_ acknowledgment - Creates a notification acknowledgment for a user.
- create_
role_ notification - Creates a new notification for a role.
- create_
user_ notification - Creates a new notification for a user.
- delete_
read_ user_ notifications - Deletes all read notifications for a user.
- delete_
role_ notification - Deletes a role notification.
- delete_
user_ notification - Deletes a user notification.
- get_
all_ user_ notifications_ with_ count - Gets notifications for a user from all sources with unread count.
- get_
role_ notification_ by_ id - Retrieves a specific role notification by its unique identifier.
- get_
user_ notification_ by_ id - Retrieves a specific user notification by its unique identifier.
- get_
user_ role_ notifications - Retrieves all role notifications for a user with acknowledgment status.
- has_
acknowledged_ role_ notification - Checks if a user has acknowledged a specific role notification.
- list_
role_ notifications - Retrieves a paginated list of role notifications.
- list_
user_ notifications - Retrieves a paginated list of notifications for a specific user.
- mark_
all_ user_ notifications_ as_ read - Marks all notifications for a user as read.
- mark_
user_ notification_ as_ read - Marks a user notification as read.