云客服-查询语音通知的录音文件(queryVoiceNotificationRecording):报文样例

时间:2023-11-01 16:19:55

报文样例

请求头:

{"Content-Type": application/json"x-app-key": ********************"Authorization": Bearer ************************}

请求参数:

{ "offset":0, "limit":10, "type":2}

响应参数:

{    "returnCode": "0",    "description": "query success",    "voiceInfo": [        {            "tenant_id": "20******234",            "uploaddate": 163*****4000,            "voice_id": "113379*********9999",            "name": "welcome",            "voicecontent": "{\"0\":{\"languageId\":\"0\",\"textcontent\":\"欢迎光临\"}}",            "type": 2,            "tenantSpaceName": "************"        },    ]}
support.huaweicloud.com/api-ccfs-cec/cec_05_7053.html