Dismiss a single notification group Dismiss a single notification group from the server.
Requires featuresFeatures.groupedNotifications.
Get all grouped notifications
Return grouped notifications concerning the user. This API returns Link headers containing links to the next/previous page. However, the links can also be constructed dynamically using query params and id values.
Requires featuresFeatures.groupedNotifications.
Get a single notification group View information about a specific notification group with a given group key.
Requires featuresFeatures.groupedNotifications.
Get accounts of all notifications in a notification group
Requires featuresFeatures.groupedNotifications.
Get the number of unread notifications Get the (capped) number of unread notification groups for the current user. A notification is considered unread if it is more recent than the notifications read marker. Because the count is dependant on the parameters, it is computed every time and is thus a relatively slow operation (although faster than getting the full corresponding notifications), therefore the number of returned notifications is capped.
Requires featuresFeatures.groupedNotifications.
It is recommended to only use this with featuresFeatures.groupedNotifications available. However, there is a fallback that groups the notifications client-side.