Notification
GET
7 endpoints
/api/v202108/notification/badge
GetNotificationBadgeTotalsV202108
Gets the badge totals for unread/unarchived notifications for the current user
/api/v202108/notification/{notificationId}/detail
GetNotificationDetailsV202108
Retrieves the full details of a specific notification for the current user
/api/v202108/notification
GetNotificationsV202108
Retrieves all notifications for the current user with optional filtering
/api/v202108/notification/systemsetting
GetNotificationSystemSettingsV202108
Retrieves the default notification settings applied to new users
/api/v202108/notification/type
GetNotificationTypesV202108
Retrieves the list of available notification types
/api/v202108/notification/usersetting
GetNotificationUserSettingsV202108
Retrieves notification settings for the current user
/api/v202108/notification/{notificationId}
GetNotificationV202108
Retrieves a specific notification for the current user
PUT
3 endpoints
/api/v202108/notification
UpdateListOfNotificationsV202108
Bulk-updates notifications by marking them read, unread, or archived
/api/v202108/notification/systemsetting
UpdateNotificationSystemSettingsV202108
Updates the default notification settings applied to new users
/api/v202108/notification/usersetting
UpdateNotificationUserSettingsV202108
Updates notification settings for the current user