Projects
List all of the projects in the supplied Octopus Deploy Space.
get/spaces/{spaceIdentifier}/projects/all
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
Query parameters
idsstring[]
Project Ids of Projects to filter results to
Response
All of the project resources in the supplied Octopus Deploy Space.
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.