Function get_all_dashboards

Source
pub async fn get_all_dashboards(
    configuration: &Configuration,
    filter: Option<&str>,
    start_at: Option<i32>,
    max_results: Option<i32>,
) -> Result<PageOfDashboards, Error<GetAllDashboardsError>>
Expand description

Returns a list of dashboards owned by or shared with the user. The list may be filtered to include only favorite or owned dashboards. This operation can be accessed anonymously. Permissions required: None.