Get Projects Plain Args
A collection of arguments for invoking getProjects.
Constructors
Properties
Include projects in subgroups of this group. Default is false
. Needs group_id
.
The maximum number of project results pages that may be queried. Prevents overloading your Gitlab instance in case of a misconfiguration.
Limit by projects that the current user is a member of.
Limit to projects where current user has at least this access level, refer to the official documentation for values. Cannot be used with group_id
.
Return projects ordered ordered by: id
, name
, path
, created_at
, updated_at
, last_activity_at
, similarity
, repository_size
, storage_size
, packages_size
, wiki_size
. Some values or only available in certain circumstances. See upstream docs for details.
Include project statistics. Cannot be used with group_id
.
Limit by visibility public
, internal
, or private
.
Include custom attributes in response (admins only).
Limit by projects with issues feature enabled. Default is false
.
Limit by projects with merge requests feature enabled. Default is false
.
Limit by projects which use the given programming language. Cannot be used with group_id
.
Include projects shared to this group. Default is true
. Needs group_id
.