IInsightsQuery
Home > @gooddata/sdk-backend-spi > IInsightsQuery
IInsightsQuery interface
Service to query insights.
Signature:
export interface IInsightsQuery 
Methods
| Method | Description | 
|---|---|
| Starts the query. | |
| Sets filter for the query. | |
| Sets include for the query. | |
| Sets origin 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 number of insights to return per page. Default size: 50 | |
| Sets sorting for the query. |