查询公共或本地数字资产列表
功能介绍
主持人通过该接口查询系统公共音色或者企业本地音色。
调试
您可以在API Explorer中调试该接口。
URI
GET /v1/mmc/control/conferences/queryCorpDigitalInfoList
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
conferenceID |
是 |
String |
会议ID。 |
type |
是 |
String |
查询类型,PUBLIC:公共、LOCAL:本地会议。 |
language |
是 |
String |
传译语言。 |
请求参数
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
X-Conference-Authorization |
是 |
String |
会控Token,通过获取会控token接口获得。 |
HTTP状态码 |
描述 |
---|---|
200 |
操作成功。 |
400 |
参数异常。 |
401 |
未鉴权或鉴权失败。 |
403 |
权限受限。 |
500 |
服务端异常。 |
响应参数
参数 |
参数类型 |
描述 |
---|---|---|
returnCode |
Integer |
错误码。 |
returnDesc |
String |
结果描述 |
corpDigitalInfoList |
List<CorpDigitalInfo> |
企业数字资产列表。 |
请求示例
GET https://{endpoint}/v1/mmc/control/conferences/queryCorpDigitalInfoList?conferenceID=984178192&type=PUBLIC&language=en
响应示例
{ "returnCode": 0, "returnDesc": "Success", "corpDigitalInfoList": [ { "account": "6fc38de1fac272c88cbcf3cf8b7e0889", "corpId": "", "presenterAccount": "common-5988d10451044df2bb90bc3b96e12a26", "type": "PUBLIC", "name": "公共音色1" }, { "account": "6fc38de1fac272c88cbcf3cf8b7e0888", "corpId": "", "presenterAccount": "common-dddb819e2cc640aeabe946cc3f363af7", "type": "PUBLIC", "name": "公共音色2" } ] }
状态码
状态码 |
描述 |
---|---|
200 |
操作成功。 |
400 |
参数异常。 |
错误码
当您使用华为云会议服务端API时,如果遇到“MMC”或者“USG”开头的错误码,请参考华为云API错误中心。