INotificationsQuery
Home > @gooddata/sdk-backend-spi > INotificationsQuery
INotificationsQuery interface
Service to query notifications.
Signature:
export interface INotificationsQuery
Methods
Method |
Description |
---|---|
Starts the notifications query. | |
Starts the notifications query. | |
Sets starting page for the query. Backend WILL return no data if the page is greater than total number of pages. Default page: 0 | |
Sets number of notifications to return per page. Default size: 100 | |
Filter notifications by read status. | |
Filter notifications by workspace. |