Get project list
post/midgard/v3.0/project/list
Returns the list of projects for the current user. POST allows admin users to pass customerId in the request body.
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
searchSearch for a project/environment/application.
string
billingProfileIdBilling Profile ID
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
Body
application/json
customerIdAdmin-only customer ID to list projects for.
string
Response
200Project list retrieved successfully.
403User is not allowed to access this resource.
Shell cURL
shell
Show schema
json