Module gitlab_api::projects::all
[−]
[src]
List ALL projects
https://docs.gitlab.com/ce/api/projects.html#list-all-projects
List ALL projects
Get a list of all projects (admin only).
GET /projects/all
Parameters:
Attribute | Type | Required | Description |
---|---|---|---|
archived |
boolean | no | Limit by archived status |
visibility |
string | no | Limit by visibility public , internal , or private |
order_by |
string | no | Return projects ordered by id , name , path , created_at , updated_at , or last_activity_at fields. Default is created_at |
sort |
string | no | Return projects sorted in asc or desc order. Default is desc |
search |
string | no | Return list of authorized projects matching the search criteria |
Structs
ProjectsLister |