channels

Api reference content
get/api/channels/{channelId}

Get background music channel data by its ID.

Parameters

ParameterPlaceRequiredDescription
channelIdpathrequired

Responses

StatusDescription
200
application/json
{
  "id": "string",
  "name": "string",
  "source": "string",
  "type": "bgm | message | event | voip"
}
404