查询抢答器信息

更新时间:2023-06-27

接口描述

查询直播抢答器信息
说明:直播中使用了抢答器,结束直播后可以抢答器信息

请求地址

https://ccapi.csslcloud.net/openapi/collect/rush-answer/users

请求方式

GET

请求参数

接口统一权限认证请参考THQS认证方式

名称 类型 必填 描述
accountId String 开发者账号ID
roomId String 房间ID
liveId String 直播ID
pageNum Integer 第几页,默认1。取值范围:大于1的整数
pageSize Integer 每页记录条数,默认50。取值范围:1~500整数

请求示例

GET https://ccapi.csslcloud.net/openapi/collect/rush-answer/users?accountId=41E8063FC799ACE&roomId=A01DD608E39FADC59C33DC5901307461&liveId=A01DD608E39FADC59C33DC5901307461&pageNum=1&pageSize=50&time=1670412086&hash={hash}

返回数据

公共返回数据结构请参考 公共返回数据说明

名称 类型 描述
total Integer 总记录条数
list Array 抢答列表

list说明

名称 类型 描述
liveId String 直播ID
activityId String 抢答活动ID
userId String 用户ID,课堂内学员ID
userName String 用户名称,课堂内学员名称
confirmTime String 抢答时间,格式:yyyy-MM-dd HH:mm:ss

返回示例

{
    "result": "OK",
    "error": null,
    "data": {
        "total": 1,
        "list": [
          {
            "liveId": "",
            "activityId": "",
            "userId": "",
            "userName": "",
            "confirmTime": "2023-06-21 21:09:27"
          }
        ]
    },
    "errorMsg": ""
}

results matching ""

    No results matching ""