channels
Api reference content
get/api/channels/{channelId}
Get background music channel data by its ID.
Parameters
| Parameter | Place | Required | Description |
|---|---|---|---|
| channelId | path | required |
Responses
| Status | Description |
|---|---|
| 200 | application/json {
"id": "string",
"name": "string",
"source": "string",
"type": "bgm | message | event | voip"
} |
| 404 |