70API
Example
POST getRoomVoiceEvaluationInfo
https://global.talk-cloud.net/WebAPI
/getRoomVoiceEvaluationInfo
参数
参数名 | 是否必填 | 类型 | 说明 |
---|---|---|---|
key | 是 | String | 企业Key |
serial | 否 | String | 选填(该字段和thirdroomid必须至少填写一个)传值方式备注:1、serial 和 thirdroomid 组合查询2、serial 和 thirdroomid 单独传值3、serial 和 thirdroomid 不能同时为空 |
thirdroomid | 否 | String | 选填(该字段和serial必须至少填写一个)如果用户创建房间时自定义了房间号,可使用此字段传值方式备注:1、serial 和 thirdroomid 组合查询2、serial 和 thirdroomid 单独传值3、serial 和 thirdroomid 不能同时为空 |
starttime | 否 | int | 默认限制查询1月内数据 |
endtime | 否 | int | 默认限制查询1月内数据 |
参数名 | 类型 | 说明 |
---|---|---|
参数名称 | 类型 | 描述 |
result | int | code码.可根据result是否是0来判断是否成功 0:表示成功 -1表示失败 若调用失败,会返回错误码,具体看公共错误码信息。 |
data | array | 信息 |
createtime | int | 评测时间 |
content | String | 评测内容 |
userid | String | 用户ID |
username | String | 用户昵称 |
score | String | 测评分数 |
voiceurl | String | 语音播放地址,默认24小时过期,过期后无法访问 |
level | String | 测评等级 |
返回示例
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
|