Get project list
get/midgard/v0.1/project/list
Returns the list of projects for the current user.Request
Authorization
X-AT
header
apiKey
Query Parameters
detailedWhether to return a detailed list or not.
boolean
deletedShow only deleted items.
boolean
resultsPerPageNumber of results per page. Defaults to 20, maximum is 100.
integer
pagePage number to fetch. Defaults to 0 being the first page.
integer
orderByName of field to sort on, defaults to 'name'.
string
sortSort direction.
string
asc
searchSearch for a project/environment/application.
string
billingProfileIdBilling Profile ID
string
customerIdThis value can be in the BODY of the request (POST) for an admin user to list the projects of a specific customer.
string
notificationsAlso show a notification counter.
boolean
hasLaunchedEnvTypeOnly return projects that have an environment of the given type with at least one launched application.
string
nameTreeReturns a list of projects a user has access to, populated with only name and ID until stack item level
boolean
Response
200Project list retrieved successfully.
403User is not allowed to access this resource.
Shell cURL
shellShow schema
json