INotificationChannelsQuery
Home > @gooddata/sdk-backend-spi > INotificationChannelsQuery
INotificationChannelsQuery 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 notification channels.
Signature:
export interface INotificationChannelsQuery
Methods
Method | Description |
---|---|
query() | (BETA) Starts the notification channels query. |
queryAll() | (BETA) Starts the notification channels 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 notification channels to return per page. Default size: 100 |
withSorting(sort) | (BETA) Sets sorting for the query. |
withTypes(type) | (BETA) Sets type of the automation for the query. |