You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET api/v2/notification?limit=100&filter.cleared=false
Get the list of uncleared notifications, if the list contains an unread or an error unread, we adjust the color of the icon button in the header.
The list of notifications is displayed within the drawer that slides open when clicking on the notification icon.
This might now require paging (or just limiting) and filtering on cleared
The text was updated successfully, but these errors were encountered:
This is the call that the frontend uses:
GET api/v2/notification?limit=100&filter.cleared=false
Get the list of uncleared notifications, if the list contains an unread or an error unread, we adjust the color of the icon button in the header.
The list of notifications is displayed within the drawer that slides open when clicking on the notification icon.
This might now require paging (or just limiting) and filtering on
cleared
The text was updated successfully, but these errors were encountered: