Function get_all_projects

Source
pub async fn get_all_projects(
    configuration: &Configuration,
    expand: Option<&str>,
    recent: Option<i32>,
    properties: Option<Vec<String>>,
) -> Result<Vec<Project>, Error<GetAllProjectsError>>
Expand description

Returns all projects visible to the user. Deprecated, use Get projects paginated that supports search and pagination. This operation can be accessed anonymously. Permissions required: Projects are returned only where the user has Browse Projects or Administer projects project permission for the project.