Channels
Get a Channel by ID
get/projects/{projectId}/channels/{id}
Path parameters
projectIdstring required
ID of the Project
idstring required
ID or name of a space channel, or the slug of a templated Channel to load
Response
The channel matching the supplied Id
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.