interface GetDashboardsIDRequest {
    dashboardID: string;
    include?: string;
}

Properties

dashboardID: string

The ID of the dashboard to update.

include?: string

If properties, includes the cell view properties in the response.

MMNEPVFCICPMFPCPTTAAATR