IInsightsQueryOptions
Home > @gooddata/sdk-backend-spi > IInsightsQueryOptions
IInsightsQueryOptions interface
Configuration options for querying insights
Signature:
export interface IInsightsQueryOptions
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
string |
(Optional) Filter insights by their author. The value of this property is URI of the author. | ||
number |
(Optional) Specify number of items per page. Default: 50 | ||
boolean |
(Optional) Specify if information about the users that created/modified the insights should be loaded for each insight. | ||
number |
(Optional) Specify (zero-based) starting offset for the results. Default: 0 | ||
(Optional) Specify ordering of the insights. Default: natural ordering provided by the analytical backend. Note: this may differ between backend implementations. | |||
string |
(Optional) Filter insights by their title |