ProjectGroups
List the name and ID of all of the Project Groups in the supplied Octopus Deploy Space. The results will be sorted alphabetically by name.
get/{spaceId}/projectgroups/all
Path parameters
spaceIdstring required
Response
The name and ID of all of the Project Groups in the supplied Octopus Deploy Space. The results are sorted alphabetically by name."
Example response
[
{
"SpaceId": "Spaces-1"
}
]Changes
No recorded changes to this endpoint across all 7 revisions of this API.