查询会议详情

基本信息

Path: /api/rest/gw/sdk/meeting/detail
Method: GET

接口描述

请求URL:

https://uat.rmeet.com.cn:4433/api/rest/gw/sdk/meeting/detail?parentId=1859772384568156162&date=2024-11-22

响应:

{
    "data": {
        "authCode": "565968",
        "cloudStatus": 1,
        "config": {
        "allowLiveStreaming": false,
            "onlyEnterpriseUserAllowed": false,
            "pin": "",
            "subThirdConfUniqueId": "1732239300",
            "tencentCreate": "uat8",
            "tencentUrl": "https://meeting.tencent.com/dm/lc1EnF8vSVMe",
            "thirdConfUniqueId": "18066793558253331339",
            "url": "https://uat.rmeet.com.cn:4433/join/84862553352?meetingId=0",
            "waitingRoom": false
        },
        "createAccount": "YUANLEI66",
        "dates": [
            1732239300000,
            1732325700000,
            1732412100000
        ],
        "duration": 62,
        "enableNet": true,
        "endTime": 1732243035000,
        "form": 0,
        "id": "1859772390876389378",
        "name": "查询会议信息周期",
        "numericId": "84862553352",
        "parentId": "1859772384568156162",
        "presentAccount": "YUANLEI66",
        "readyTime": 15,
        "repetition": 2,
        "repetitionEndDate": 1732377600000,
        "repetitionVal": [1],
        "resource": "tencent",
        "resourceType": 0,
        "smsEnable": false,
        "startTime": 1732239300000,
        "status": "OFFLINE",
        "type": "NETWORK_MEETING",
        "userAccounts": [
            "YUANLEI66"
        ]
    },
    "message": "操作成功!",
    "statusCode": "OK",
    "success": true,
    "timestamp": 1732256836516,
    "traceId": "b87064a7b52f4920983df99944226b16"
}

请求参数

Headers

参数名称 参数值 是否必须 示例 备注
Content-Type application/json
Sign

Query

名称 类型 是否必须 默认值 备注 其他信息
meetingId Long 非必须 会议id
parentId Long 非必须 周期父id 需要传date
numericId String 非必须 会议号
date String 非必须 日期 yyyy-MM-dd

返回数据

名称 类型 含义 其他信息
data object 返回的数
 ├─id Long 会议id
 ├─name string 会议名称
 ├─type string 会议类型 本地会议:LOCAL_MEETING;视频会议:VIDEO_MEETING;网络会议:NETWORK_MEETING
 ├─resource string 资源 腾讯会议:tencent;全时会议:quanshi
 ├─createAccount string 创建人账号
 ├─presentAccount string 主持人账号
 ├─userAccounts List 参会人账号列表
 ├─grantAuthAccounts List 被授权人列表 具有管理会议的权限(类似主持人)
 ├─repetition Integer 重复周期
 ├─repetitionVal List 重复周期值
 ├─repetitionEndDate timestamp 周期结束时间
 ├─status String 会议状态 SCHEDULE:已预约,ONLINE:进行中,OFFLINE:已结束(判断是否可修改用此字段)
 ├─startTime timestamp 开始时间
 ├─endTime timestamp 结束时间
 ├─duration Integer 会议时常(分)
 ├─numericId string 会议号
 ├─parentId Long 父id
 ├─authCode string 授权码 获取主持人权限
 ├─dates List 周期会议开始时间列表
 ├─readyTime Integer 准备时间
 ├─pcmsNumericId string 视频会议号
 ├─pcmsCascadeId string 视频会议级联终端id
 ├─pcmsTemplateId string 视频会议模板id
 ├─pcmsId string 视频会议id
 ├─smsEnable Boolean 是否开启短信
 ├─vipMeeting Boolean 是否vip会议
 ├─rworkFlag string 标志位
 ├─watermark Boolean 是否开启水印
 ├─videoSet Integer 视频会议模式 2:主会场模式;7:自由讨论模式
 ├─remark string 备注
 ├─resourceType Integer 资源使用模式 0-会议形式模式;1-会议资源模式
 ├─form Integer 内外部会议标识 0-内部;1-外部
 ├─enableNet Boolean 是否开启网络会议
 ├─channel string 定会渠道
 ├─cloudStatus Integer 云会议实时状态 0:会议不存在(被删除或者会议ID错误);1:会议已创建;2:会议已开始(会中有人)4:会议已结束 (会议结束后,参会人均离开会议, 会中无人1分钟后,变为会议已结束状态);5: 会议已过期(过了会议预约结束时间,仍然没有召开,但会议仍然可以使用)
 ├─config Boolean 是否开启水印
 ├─├─waitingRoom Boolean 是否开启等候室
 ├─├─allowLiveStreaming Boolean 是否开启直播推流
 ├─├─pin string 会议密码
 ├─├─url string rmeet入会链接
 ├─├─thirdConfUniqueId string 云会议id
 ├─├─subThirdConfUniqueId string 云会议子会议id
 ├─├─tencentUrl string 腾讯入会链接
 ├─├─tencentCreate string 会议创建的腾讯账号
 ├─├─onlyEnterpriseUserAllowed Boolean 是否仅允许企业内部入会
message string 操作成功
statusCode string 状态码 OK
timestamp string 时间戳 format:date-time
traceId string 追踪码

results matching ""

    No results matching ""

    results matching ""

      No results matching ""