Projects
List all of the projects in the supplied Octopus Deploy Space.
get/projects/all
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"
}
]