Function get_open_reports

Source
pub async fn get_open_reports(
    configuration: &Configuration,
    count: Option<i32>,
) -> Result<Vec<Report>, Error<GetOpenReportsError>>