获取指定用户的会议录制

获取指定用户的会议录制

1. 接口描述

接口名称:

/conference/movie/getConfReplay

发送方式:

POST

参数格式:

accept: application/json;content-type: application/json

2. 输入参数

Http Header

参数名 必选 类型 说明
token 接口调用鉴权参数 也可以放在http body中

Http Body

参数名 必选 类型 说明
email string数组 邮箱数组(获取该邮箱下所有已结束的会议列表)(不能超过10个)
dateTime string 指获取哪天的会议记录,格式: (YYYY-mm-dd~YYYY-mm-dd)(最大可获取14天),不填默认取当天的会议记录

传参示例

{
    "dateTime": "",
    "email": ["xmlpay16@hys.com"]
}

3. 返回参数

参数名 类型 说明
status int 0:成功 ,非0失败
result json 查询的结果,有查询到的邮箱作为主键的数组
userId int 用户id
conferenceId string 会议ID
tempConferenceId string 临时会议ID
startTime string 会议开始时间
endTime string 会议结束时间
length int 会议时长
pwdType string 会议密码类型,0:固定,1:动态
informType string 会议密码类型,0:固定,1:动态
pcode1 string 会议主持人密码
pcode2 string 会议参会人密码
conferenceTitle string 会议标题
hasReport string 是否有会议报告,0:无,1有
isReportReady string 是否有会议报告已准备就绪,0:无,1有
hasRecord string 是否有会议录制,0:无,1有
isRecordConvertReady string 是否有会议录制准备就绪,0:无,1有
realStartTime string 会议真实开始时间
realEndTime string 会议真实结束时间
recordUrl string 会议录制播放地址
recordDownUrl string 会议录制下载地址
reportDownUrl string 会议报告下载地址

备注

  • 更多返回错误代码请看首页的错误代码描述

返回示例

{
    "status": 0,
    "result": {
        "xmlpay16@hys.com": [{
            "userId": "81705619",
            "conferenceId": "1060282",
            "tempConferenceId": "1868782592",
            "startTime": "2020-08-27 10:56:44",
            "endTime": "2020-08-27 11:56:44",
            "length": "60",
            "pwdType": "0",
            "informType": "3",
            "pcode1": "2020255379",
            "pcode2": "2020255380",
            "status": "4",
            "conferenceTitle": "xmlpay16的会议",
            "hasReport": "1",
            "isReportReady": "1",
            "hasRecord": "1",
            "isRecordConvertReady": "1",
            "realStartTime": "2020-08-27 10:56:44",
            "realEndTime": "2020-08-27 10:59:29",
            "replayUrl": "https://rtest.qsh1.cn/rec/page?id=20200827hh8d49343922960fj74",
            "downloadUrl": "https://rtest.qsh1.cn/resources/20200827/1868782592/downloadzip/xmlpay16的会议_20200827105645.mp4",
            "recordDownUrl": "https://rtest.qsh1.cn/resources/20200827/1868782592/downloadzip/xmlpay16的会议_20200827105645.mp4",
            "recordUrl": "https://rtest.qsh1.cn/resources/20200827/1868782592/downloadzip/xmlpay16的会议_20200827105645.mp4",
            "reportDownUrl": "https://uniform.quanshi.com/rest/conference/report/download/1868782592"
        }, {
            "userId": "81705619",
            "conferenceId": "1060281",
            "tempConferenceId": "1868780800",
            "startTime": "2020-08-27 10:55:42",
            "endTime": "2020-08-27 11:55:42",
            "length": "60",
            "pwdType": "0",
            "informType": "3",
            "pcode1": "2020255379",
            "pcode2": "2020255380",
            "status": "4",
            "conferenceTitle": "xmlpay16的会议",
            "hasReport": "1",
            "isReportReady": "1",
            "hasRecord": "1",
            "isRecordConvertReady": "1",
            "realStartTime": "2020-08-27 10:55:42",
            "realEndTime": "2020-08-27 10:56:40",
            "recordDownUrl": "https://rtest.qsh1.cn/resources/20200827/1868780800/downloadzip/xmlpay16的会议_20200827105542.mp4",
            "recordUrl": "https://rtest.qsh1.cn/resources/20200827/1868780800/downloadzip/xmlpay16的会议_20200827105542.mp4",
            "reportDownUrl": "https://uniform.quanshi.com/rest/conference/report/download/1868780800"
        }, {
            "userId": "81705619",
            "conferenceId": "1060280",
            "tempConferenceId": "1868778752",
            "startTime": "2020-08-27 10:50:02",
            "endTime": "2020-08-27 11:50:02",
            "length": "60",
            "pwdType": "0",
            "informType": "3",
            "pcode1": "2020255379",
            "pcode2": "2020255380",
            "status": "4",
            "conferenceTitle": "xmlpay16的会议",
            "hasReport": "1",
            "isReportReady": "1",
            "hasRecord": "1",
            "isRecordConvertReady": "1",
            "realStartTime": "2020-08-27 10:50:02",
            "realEndTime": "2020-08-27 10:55:38",
            "recordDownUrl": "https://rtest.qsh1.cn/resources/20200827/1868778752/downloadzip/xmlpay16的会议_20200827105003.mp4",
            "recordUrl": "https://rtest.qsh1.cn/resources/20200827/1868778752/downloadzip/xmlpay16的会议_20200827105003.mp4",
            "reportDownUrl": "https://uniform.quanshi.com/rest/conference/report/download/1868778752"
        }, {
            "userId": "81705619",
            "conferenceId": "1060279",
            "tempConferenceId": "1868778240",
            "startTime": "2020-08-27 10:49:17",
            "endTime": "2020-08-27 11:49:17",
            "length": "60",
            "pwdType": "0",
            "informType": "3",
            "pcode1": "2020255379",
            "pcode2": "2020255380",
            "status": "4",
            "conferenceTitle": "xmlpay16的会议",
            "hasReport": "1",
            "isReportReady": "1",
            "hasRecord": "1",
            "isRecordConvertReady": "1",
            "realStartTime": "2020-08-27 10:49:17",
            "realEndTime": "2020-08-27 10:49:59",
            "recordDownUrl": "https://rtest.qsh1.cn/resources/20200827/1868778240/downloadzip/xmlpay16的会议_20200827104917.mp4",
            "recordUrl": "https://rtest.qsh1.cn/rec/page?id=20200827hh8d49343922960fj74",
            "reportDownUrl": "https://uniform.quanshi.com/rest/conference/report/download/1868778240"
        }, {
            "userId": "81705619",
            "conferenceId": "1060278",
            "tempConferenceId": "1868992000",
            "startTime": "2020-08-27 10:48:20",
            "endTime": "2020-08-27 11:48:20",
            "length": "60",
            "pwdType": "0",
            "informType": "3",
            "pcode1": "2020255379",
            "pcode2": "2020255380",
            "status": "4",
            "conferenceTitle": "xmlpay16的会议",
            "hasReport": "1",
            "isReportReady": "1",
            "hasRecord": "1",
            "isRecordConvertReady": "1",
            "realStartTime": "2020-08-27 10:48:20",
            "realEndTime": "2020-08-27 10:49:12",
            "recordDownUrl": "https://rtest.qsh1.cn/resources/20200827/1868992000/downloadzip/xmlpay16的会议_20200827104821.mp4",
            "recordUrl": "https://rtest.qsh1.cn/resources/20200827/1868992000/downloadzip/xmlpay16的会议_20200827104821.mp4",
            "reportDownUrl": "https://uniform.quanshi.com/rest/conference/report/download/1868992000"
        }, {
            "userId": "81705619",
            "conferenceId": "1060277",
            "tempConferenceId": "1868983552",
            "startTime": "2020-08-27 10:45:15",
            "endTime": "2020-08-27 11:45:15",
            "length": "60",
            "pwdType": "0",
            "informType": "3",
            "pcode1": "2020255379",
            "pcode2": "2020255380",
            "status": "4",
            "conferenceTitle": "xmlpay16的会议",
            "hasReport": "1",
            "isReportReady": "1",
            "hasRecord": "1",
            "isRecordConvertReady": "1",
            "realStartTime": "2020-08-27 10:45:15",
            "realEndTime": "2020-08-27 10:48:20",
            "recordDownUrl": "https://rtest.qsh1.cn/resources/20200827/1868983552/downloadzip/xmlpay16的会议_20200827104515.mp4",
            "recordUrl": "https://rtest.qsh1.cn/resources/20200827/1868983552/downloadzip/xmlpay16的会议_20200827104515.mp4",
            "reportDownUrl": "https://uniform.quanshi.com/rest/conference/report/download/1868983552"
        }]
    },
    "request_id": "confopenapiserver-192.168.28.45-1598507348.85408098.59",
    "timestamp": 1598507348085,
    "callSeq": "",
    "content_type": "application/json",
    "request_duration": "49.347465ms"
}