IOrganizationNotificationService
Home > @gooddata/sdk-backend-spi > IOrganizationNotificationService
IOrganizationNotificationService interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
This service provides access to organization notifications.
Signature:
export interface IOrganizationNotificationService
Methods
Method | Description |
---|---|
getNotificationsQuery() | (BETA) Query list of notifications |
markAllNotificationsAsRead() | (BETA) Mark all notifications as read |
markNotificationAsRead(notificationId) | (BETA) Mark notification as read |