IWorkspaceInsightsService
Home > @gooddata/sdk-backend-spi > IWorkspaceInsightsService
IWorkspaceInsightsService interface
Service to query, update or delete insights, and other methods related to insights. Check IInsight for more details.
Signature:
export interface IWorkspaceInsightsService 
Methods
| Method | Description | 
|---|---|
| Create and save insight for the provided insight definition | |
| Delete insight with the given reference | |
| Request insight for the given reference | |
| Get all metadata objects referenced by a given insight. | |
| Get all metadata objects which uses specified object(ie. object is used by these objects) by a given reference. | |
| Queries workspace insights, using various criteria and paging settings. | |
| List insights | |
| Get insight with the filters provided merged with the filters specified by the insight itself. | |
| Request insight for the given reference together with related catalog items | |
| Request visualization class for the given reference | |
| Request all visualization classes | |
| Update provided insight | |
| Update metadata object for the insight |