ProjectGroups
Get a paginated list of the Projects that belong to the given Project Group
get/spaces/{spaceIdentifier}/projectgroups/{id}/projects
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
idstring required
The ID of the project group
Query parameters
skipinteger
Number of items to skip. Defaults to zero
takeinteger
Number of items to take. Defaults to 30
Response
A paginated list of the Projects that belong to the given Project Group
Example response
{
"Items": [
{
"AutoDeployReleaseOverrides": [
{
"TenantId": "Tenants-1"
}
],
"ClonedFromProjectId": "Projects-1",
"DeprovisioningRunbookId": "Runbooks-1",
"ProvisioningRunbookId": "Runbooks-1",
"SpaceId": "Spaces-1"
}
]
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.