Projects
Get a Project by ID or slug.
get/projects/{projectId}/{unusedGitRef}
Path parameters
projectIdstring required
ID of the Project to return
unusedGitRefstring required
Response
The requested Project.
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.