Engagement / NotificationService
Notification
NotificationService provides operations to retrieve and acknowledge user notifications.Operations
Select an operation to inspect its request, response, and runnable examples.01 Bearer required02 Bearer required03 Bearer required04 Bearer required05 Bearer required
GetNotifications
GetNotifications retrieves a paginated list of notifications for the authenticated user.
/api.v1.notification.NotificationService/GetNotificationsGetUnreadCount
GetUnreadCount returns the total number of notifications that haven't been read by the user.
/api.v1.notification.NotificationService/GetUnreadCountMarkAsRead
MarkAsRead updates the status of specific notifications or all notifications to "read".
/api.v1.notification.NotificationService/MarkAsReadGetPreferences
GetPreferences returns comment and release attention preferences.
/api.v1.notification.NotificationService/GetPreferencesUpdatePreferences
UpdatePreferences changes comment and release attention preferences.
/api.v1.notification.NotificationService/UpdatePreferences