pub async fn get_projects(
    configuration: &Configuration,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>,
    limit: Option<i32>,
    offset: Option<&str>,
    workspace: Option<&str>,
    team: Option<&str>,
    archived: Option<bool>
) -> Result<InlineResponse20011, Error<GetProjectsError>>
Expand description

Returns the compact project records for some filtered set of projects. Use one or more of the parameters provided to filter the projects returned. Note: This endpoint may timeout for large domains. Try filtering by team!