getDashboardWidgetAlertsForCurrentUser()
Home > @gooddata/sdk-backend-spi > IWorkspaceDashboardsService > getDashboardWidgetAlertsForCurrentUser
IWorkspaceDashboardsService.getDashboardWidgetAlertsForCurrentUser() method
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.
Get all widget alerts for the current user for the given dashboard
Signature:
getDashboardWidgetAlertsForCurrentUser(ref: ObjRef): Promise<IWidgetAlert[]>;
Parameters
Parameter | Type | Description |
---|---|---|
ref | ObjRef | dashboard reference |
Returns:
Promise<IWidgetAlert[]>
promise with all user widget alerts for the dashboard