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

Returns the compact project records for all projects in the workspace. Note: This endpoint may timeout for large domains. Prefer the /teams/{team_gid}/projects endpoint.