Channels
Get a list of ChannelResources for the given ProjectResource
Lists all the channels for the given project
get/projects/{projectId}/channels
Path parameters
projectIdstring required
ID of the Project
Query parameters
partialNamestring
A partial or complete name to limit the set of retrieved Tenants 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
List of all the channels for the given project
Example response
{
"Items": [
{
"ParentEnvironmentId": "Environments-1",
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}
]
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.