ProjectGroups
Get a paginated list of the Project Groups in the supplied Octopus Deploy Space. The results will be sorted alphabetically by name.
get/projectgroups
Query parameters
idsstring[]
A comma separated list of Project Group IDs to filter on
namestring
The exact name of a Project Group to be matched
partialNamestring
A partial or complete name to limit the set of retrieved Project Groups to. This will perform a "contains" style match against the supplied name or name-fragment
skipinteger
Number of items to skip. Defaults to zero
takeinteger
Number of items to take. Defaults to 30
Response
A paginated list of the Project Groups in the supplied Octopus Deploy Space. The results will be sorted alphabetically by name.
Example response
{
"Items": [
{
"SpaceId": "Spaces-1"
}
]
}