查询会议室日程主题和会议详情
POST
https://open.feishu.cn/open-apis/meeting_room/summary/batch_get
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://open.feishu.cn/open-apis/meeting_room/summary/batch_get' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"EventUids":[
{
"uid":"a04dbea1-86b9-4372-aa8d-64ebe801be2a",
"original_time":0
},
{
"uid":"d7a44c9b-7ae0-4a97-bf80-b4f050cedffa",
"original_time":0
}
]
}'
响应示例响应示例
{
"code": 0,
"data": {
"ErrorEventUids": [],
"EventInfos": [
{
"original_time": 0,
"summary": "test",
"uid": "a04dbea1-86b9-4372-aa8d-64ebe801be2a",
"vchat": {
"meeting_url": "https://vc.feishu.cn/j/935314044",
"vc_type": "vc"
}
},
{
"original_time": 0,
"summary": "日程",
"uid": "d7a44c9b-7ae0-4a97-bf80-b4f050cedffa",
"vchat": {
"meeting_url": "https://vc.feishu.cn/j/777110140",
"vc_type": "vc"
}
}
]
},
"msg": ""
}
请求参数
Header 参数
Authorization
string
必需
默认值:
Bearer {{access_token}}
Content-Type
string
必需
默认值:
application/json; charset=utf-8
Body 参数application/json