IOrganizationAutomationsQuery
Home > @gooddata/sdk-backend-spi > IOrganizationAutomationsQuery
IOrganizationAutomationsQuery interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Service to query automations across the organization for centralized automation management.
Signature:
export interface IOrganizationAutomationsQuery 
Methods
| Method | Description | 
|---|---|
| (ALPHA) Starts the organization automations query. | |
| (ALPHA) Starts the organization automations query. | |
| (ALPHA) Sets author of the automation for the query. | |
| (ALPHA) Sets dashboard id for the query. | |
| (ALPHA) Sets external recipient of the automation for the query. | |
| (ALPHA) Sets filter for the query. | |
| (ALPHA) Sets starting page for the query. Backend WILL return no data if the page is greater than total number of pages. Default page: 0 | |
| (ALPHA) Sets recipient of the automation for the query. | |
| (ALPHA) Sets number of automations to return per page. Default size: 100 | |
| (ALPHA) Sets sorting for the query. | |
| (ALPHA) Sets status of automation results for the query. | |
| (ALPHA) Sets type of the automation for the query. | |
| (ALPHA) This filter gets automations if either author or recipient of the automation is the provided user. | |
| (ALPHA) Filter automations by workspace IDs for centralized management. |