Channels
Get a list of Channels
Lists all of the channels in the supplied Octopus Deploy Space. The results will be sorted alphabetically by name.
get/channels/all
Query parameters
idsstring[]
A set of Channel IDs to retrieve Channels for. Example: Channel-101,Channel-201
Response
List of all of the channels in the supplied Octopus Deploy Space. The results will be sorted alphabetically by name.
Example response
[
{
"ParentEnvironmentId": "Environments-1",
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}
]Changes
No recorded changes to this endpoint across all 7 revisions of this API.