DashboardService.getDashboardById Method
Gets the desired dashboard by ID.
Parameters
- id
-
Type: String
The ID of the dashboard to retrieve.
- localize
-
Type: Boolean
(optional) If the view should be localized this flag should be set to true.
Return Value
Type: jQuery.Promise
Value: dundas.entities.Dashboard
A promise object that is resolved when the call is complete.
If successful, the updated dundas.entities.Dashboard is returned.