v1
latestOpenAPI 3.0.02026-08-0417295208.0 KBchannels
Get list of subchannels within the channel
get/channels/{channel_name}/subchannels
Path parameters
channel_namestring required
Query parameters
offsetinteger
the offset of the result set
limitinteger
the number of results in the result set
qstring
the string to search on
idsstring[]
the channel ids to filter for
sortstring[]
property to sort channels (may be comma-separated)
Response
get the subchannels of the channel
Example response
{
"items": [
{
"name": "dev, prod, test, main, utility, ui"
}
]
}