获取某常规录制件学情分析数据

Example

请求方式 POST

https://global.talk-cloud.net/api/record/v1/getAnalysisReport

参数名 必选 类型 说明
Content-Type string application/json;
Tk-authkey string 企业Key
参数名 是否必选 类型 说明
serial String 教室号
thirdroomid String 第三方教室号:和serial二选一必填
recordTitle String 用户录制件title
userId String 用户id
参数名称 类型 描述
result int 0成功,其他失败
data array 数据
data.userId string 用户ID
data.nickName string 用户昵称
data.userRole int 用户角色(0老师、2学生)
data.viewUrl string 报告地址

返回示例

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
{
    "result": 0,
    "data": [
        {
            "userId": "46493",
            "nickName": "孟宪玮(Cecilia)",
            "userRole": 1,
            "viewUrl": "https://dmai-parent-frontend.talk-cloud.com/#/teacher/zh?isEmbedded=1&aid=10652&tid=46493&lid=1856521734-1711949377546"
        }
    ],
    "msg": ""
}

© 2016-2023 北京拓课网络科技有限公司 版权所有  京ICP备17018423号-1 京公网安备11010502043461号