# 通过会议群ID查询日程biz_id

# host: https://yach-oapi.zhiyinlou.com 正式环境

# host: https://yach-oapi-test.zhiyinlou.com 测试环境

# 概述

名称
地址 /schedule/info/by_group_id
请求方式 GET
参数 见【参数】
返回值 见【返回值】

# 参数

参数 参数类型 必须 说明
access_token string 调用接口凭证
meeting_id string 会议ID

返回值

{
  "code": 200,
  "msg": "",
  "obj": {
    "biz_id": "biz_id"
  }
}
上次更新: 2/22/2023, 3:23:01 PM
foo