Function asana::apis::projects_api::get_projects_for_team[][src]

pub async fn get_projects_for_team(
    configuration: &Configuration,
    team_gid: &str,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>,
    limit: Option<i32>,
    offset: Option<&str>,
    archived: Option<bool>
) -> Result<InlineResponse20011, Error<GetProjectsForTeamError>>

Returns the compact project records for all projects in the team.