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": ""
}