IAutomationsQuery
Home > @gooddata/sdk-backend-spi > IAutomationsQuery
IAutomationsQuery interface
Service to query automations.
Signature:
export interface IAutomationsQuery 
Methods
| Method | Description | 
|---|---|
| Starts the automations query. | |
| Starts the automations query. | |
| Sets author of the automation for the query. | |
| Sets dashboard id for the query. | |
| Sets external recipient of the automation for the query. | |
| Sets filter for the 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 recipient of the automation for the query. | |
| Sets number of automations to return per page. Default size: 100 | |
| Sets sorting for the query. | |
| Sets status of automation results for the query. | |
| Sets type of the automation for the query. | |
| This filter gets automations if either author or recipient of the automation is the provided user. |