INotificationsQuery
Home > @gooddata/sdk-backend-spi > INotificationsQuery
INotificationsQuery 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.
Service to query notifications.
Signature:
export interface INotificationsQuery
Methods
Method | Description |
---|---|
query() | (BETA) Starts the notifications query. |
queryAll() | (BETA) Starts the notifications query. |
withPage(page) | (BETA) Sets starting page for the query. Backend WILL return no data if the page is greater than total number of pages. Default page: 0 |
withSize(size) | (BETA) Sets number of notifications to return per page. Default size: 100 |
withWorkspace(workspaceId) | (BETA) Filter notifications by workspace. |