Lifecycles
Get all projects that use this lifecycle.
get/{spaceId}/lifecycles/{id}/projects
Path parameters
spaceIdstring required
The id of the space for the Lifecycle and projects.
idstring required
The id of the Lifecycle.
Response
Get all projects that use this lifecycle.
Example response
[
{
"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 7 revisions of this API.