获取公开活动列表

1. 接口描述

查询指定活动类型的会议列表, 不指定活动类型, 可以替代/eventopenapi/event/list接口

接口名称:

/eventopenapi/event/public/list

发送方式:

POST

参数格式:

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

2. 输入参数

参数 类型 必须 说明
token String 统一鉴权token, 调用全时Open API凭证
hostId Long 主持人ID(如果hostId为空,则根据客户编码查询)
listType Int 公共活动类型 0:非公开,1:公开,2:全部, 默认值2
startTime Long 开始时间,默认是当前时间
endTime Long 结束时间
page Int 当前页,默认0
count Int 每页的记录数量,默认20条

3. 输出参数

参数 类型 说明
timeStamp Long 返回时间(时间戳,单位毫秒)
requestId String 请求ID(在接口异常时, 需提供请求ID)
code Int 返回的状态码
msg String 当返回结果的状态码不为200时,包含的错误信息
data json 返回数据

data 参数说明

参数 类型 说明
eventId Long 直播会议ID
title String 会议主题
startTime Long 会议开始时间(时间戳,单位秒)
endTime Long 会议结束时间(时间戳,单位秒)
modifyTime Long 修改时间 (时间戳,单位秒)
length Int 会议时长(时间戳,单位分钟)
eventForm Int 会议形式 1: 电话活动,3: 网络会议,4: 实时互动直播,7: 大型直播活动
summary String 会议概要
hostId Long 主持人ID
hostName String 主持人姓名
billingCode String 云会议计费BC
conferenceId String 云会议ID
pcode1 String 主持人入会密码
pcode2 String 参会人入会密码
attendeeJoinUrl String 参会人入会链接
hostJoinUrl String 创建人入会链接
joinHostUrl String 助理主持人链接
guestJoinUrl String 嘉宾入会链接
audienceUnionUrl String 观众观看链接
testAudienceUnionUrl String 测试会观众观看链接
livePullUrl String 直播链接
liveCover String 活动间(直播)封面图URL
wcallUrl String 云会议电话会议链接
webRTCUrl String webRTC入会链接
callbackUrl String 会议回调地址
customerCode String 客户编码
customerName String 客户名称
liveScreen Int 云活动手机屏幕显示方式,0:横屏 1:竖屏
manualService Int 是否需要项目经理开关,1:开启,2:关闭
liveLag Int 直播延迟设置 0:正常延迟,1:无延迟
labels Array 活动标签
customStr String 自定义内容
confNodeType Int 会议节点类型 0: 保密会议,1: 标准会议
liveOpenFlag Int 开启实时互动直播 0: 否, 1: 是
useWaitingRoom Int 是否开启等候室 0:否,1:是
thirdConfId String 第三方会议ID
webMeetUrl String webRTC链接
activityForm Int 云活动类型,1:大型直播,2:实时互动,3:网络活动,4:电话活动,大于1000传递值的是业务模板ID
extraInfo Json 会议扩展信息
attendList Array 参会人列表
btplRole Json 专业活动角色信息
confMode Int 会议类型 0: 视频会议 1: 数据会议
allowHardVideo Int 是否允许硬件视频入会,0:否,1:是
watchMcuVideoMode Int 观看视频模式 1: 观看多路云会议视频模式,2: 观看多路硬件视频模式,0: 表示既不是1模式也不是2模式
eventSource Int 活动来源 5: 云活动,6: 云课堂
isCycle Int 是否是周期会议,0:否,1:是
cycleInfo Json 周期会议信息

4. 示例

输入示例

{
    "token":"2s933ds93nju234",
    "hostId": 88589655,
    "startTime": 1659609000,
    "endTime": null
}

输出示例

{
    "timeStamp": 1666670583681,
    "code": 200,
    "msg": "Successfully to get the event public list!",
    "data": [
        {
            "eventId": 580009,
            "title": "%E9%87%8D%E6%96%B0%E6%B5%8B%E8%AF%95%E7%9B%B4%E6%92%AD%E6%8E%A8%E6%B5%81%E7%94%9F%E6%88%90%E5%BD%95%E5%88%B6",
            "eventForm": 3,
            "summary": "",
            "startTime": 1659324600,
            "endTime": 1659328200,
            "length": 60,
            "conferenceId": "239734930",
            "pcode1": "201501000037470195",
            "pcode2": "201501000037470196",
            "hostId": 88408692,
            "hostName": "云活动测试0098777",
            "status": 0,
            "livePullUrl": "https://ltest.qsh1.cn/activity/gdU0qGl",
            "liveCover": "",
            "wcallUrl": "http://meetservicem.quanshi.com/m-wcall/?pcode=3517010b02971fbe1ba05ef06e37ba6444f5517789183ac04e29fc360f43b12c&env=E&billingcode=71915fde0447c895e8743a6a8efba953&summit=1&prod=meetnow&uc_lang=cn",
            "attendeeJoinUrl": "https://ntest.qsh1.cn/k/mkMrs50du0q",
            "hostJoinUrl": "https://ntest.qsh1.cn/k/mkMrsgGnAYo",
            "jointHostUrl": "https://stest.qsh1.cn/a/OV07zXE56FF2",
            "guestJoinUrl": "https://stest.qsh1.cn/a/NV07zXEE7A73",
            "audienceUnionUrl": "https://ltest.qsh1.cn/activity/gdU0qGl",
            "audienceJoinUrl": "https://ntest.qsh1.cn/k/mkMrs50du0q",
            "jointHostVerifyUrl": "",
            "guestJoinVerifyUrl": "",
            "wcallMonitorUrl": "",
            "webRTCUrl": "",
            "isGnet": 1,
            "eventLive": 1,
            "eventSource": 5,
            "joinUrlType": 1,
            "liveOpenFlag": 0,
            "passwordFlag": 1,
            "telAccess": 3,
            "creatorUserId": 0,
            "creatorName": "",
            "customerCode": "153857",
            "billingCode": "95408442",
            "groupId": 80600146,
            "modifyTime": 1659323656,
            "siteId": 175418,
            "wholeType": 0,
            "extrasInfo": "",
            "appSource": "cloudlive",
            "liveChannelID": 0,
            "livePullPwd": "",
            "liveViewFlag": 0,
            "livePlaybackFlag": 0,
            "livePlaybackTime": 0,
            "callbackURL": "",
            "liveScreen": 0,
            "useWaitingRoom": 0,
            "eventManualService": 1,
            "calExtraInfo": {
                "openWatchword": 0,
                "eventWatchword": "",
                "rebroadcast": 2,
                "rebroadcastform": 1,
                "parentEventId": 554293,
                "parentRecordList": [
                    {
                        "conferenceTitle": "%E9%87%8D%E6%96%B0%E6%B5%8B%E8%AF%95%E7%9B%B4%E6%92%AD%E6%8E%A8%E6%B5%81%E7%94%9F%E6%88%90%E5%BD%95%E5%88%B6",
                        "customerCode": "153857",
                        "eventId": 554293,
                        "openType": 0,
                        "operatorAvatar": "",
                        "operatorId": 88408683,
                        "operatorName": "",
                        "originalUrl": "http://vods5sp6zek.vod.126.net/vods5sp6zek/1a739c3b2f284330b58d0565f886aac6_1646913599885_1646913629097_5454224429-00000.mp4",
                        "recordingEndtime": 1646913629,
                        "recordingStarttime": 1646913599,
                        "sliceId": 15503,
                        "sortIndex": 0,
                        "summaryId": 28216,
                        "summaryType": 5,
                        "thumb": "http://ltest.qsh1.cn/liveserver/live/url?c=24000&p=netease&t=thumb&u=http%3A%2F%2Fvods5sp6zek.nosdn.127.net%2F1a739c3b2f284330b58d0565f886aac6_1646913600125_1646913629337_5454224434-00000-snapshot.png",
                        "thumbnail": "",
                        "videoLength": 29,
                        "videoSize": 3950657,
                        "videoStreamUrl": "http://ltest.qsh1.cn/liveserver/live/url?c=24000&p=netease&t=vod&u=http%3A%2F%2Fvods5sp6zek.vod.126.net%2Fvods5sp6zek%2FhFj98zF6_4346916997_shd.m3u8",
                        "videoURL": "http://ltest.qsh1.cn/liveserver/live/url?c=24000&p=netease&t=download&u=http%3A%2F%2Fvods5sp6zek.nosdn.127.net%2F1a739c3b2f284330b58d0565f886aac6_1646913599885_1646913629097_5454224429-00000.mp4%3Fdownload%3D1a739c3b2f284330b58d0565f886aac6_20220310-195959_20220310-200029.mp4",
                        "title": "重新测试直播推流生成录制"
                    }
                ],
                "labels": [
                    "1122"
                ],
                "liveLag": 0,
                "isTest": 0,
                "customStr": null,
                "thirdConfId": null,
                "isThirdConfId": 0,
                "btplId": null,
                "btplName": null
            },
            "confNodeType": 0,
            "activityForm": 3,
            "isCycle": null,
            "btplRole": [
                {
                    "link": "https://ntest.qsh1.cn/k/mkMrsgGnAYo",
                    "internallink": null,
                    "roleId": 1,
                    "roleName": null,
                    "managerType": 1,
                    "joinconfway": null
                },
                {
                    "link": "https://stest.qsh1.cn/a/OV07zXE56FF2",
                    "internallink": null,
                    "roleId": 2,
                    "roleName": null,
                    "managerType": 2,
                    "joinconfway": null
                },
                {
                    "link": "https://ltest.qsh1.cn/activity/gdU0q3Ol",
                    "internallink": "https://stest.qsh1.cn/a/NV07zXEE7A73",
                    "roleId": 3,
                    "roleName": null,
                    "managerType": 3,
                    "joinconfway": null
                },
                {
                    "link": "https://ltest.qsh1.cn/activity/gdU0qGl",
                    "internallink": "https://ntest.qsh1.cn/k/mkMrs50du0q",
                    "roleId": 0,
                    "roleName": null,
                    "managerType": 3,
                    "joinconfway": null
                }
            ],
            "calType": "E",
            "timezone": "",
            "recurrenceInfo": null,
            "thirdConfId": "",
            "parentId": 0,
            "testAudienceUnionUrl": "",
            "attendList": null,
            "confMode": 0,
            "allowHardVideo": 0,
            "watchMcuVideoMode": 0,
            "subscribers": 0,
            "rebroadcast": 2,
            "newUpdateFlag": 0,
            "newUpdateTime": 1659323657854,
            "parentEventId": 554293,
            "customerName": "云直播0001"
        }
    ],
    "requestId": "10.255.0.106_20221025_120302_1666670582606"
}