获取会议室日程主题
POST https://open.feishu.cn/open-apis/meeting_room/summary/batch_get
Reference
- 参考接口 获取会议室日程主题
Success Response Sample
{
    "code": 0,
    "msg": "",
    "data": {
        "ErrorEventUids": [],
        "EventInfos": [
            {
                "original_time": 0,
                "summary": "测试会议室",
                "uid": "b9b19453-0e60-411b-a65f-e5d3b7aa1d0e"
            }
        ]
    }
}
Request Body
{"EventUids"=>[{"uid"=>"b9b19453-0e60-411b-a65f-e5d3b7aa1d0e", "original_time"=>0}]}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Authorization | string | tenant_access_token | |
| 值格式:"Bearer access_token" | 
示例值:"Bearer t-7f1bcd13fc57d46bac21793a18e560" |
| Content-Type | string |  | 固定值:"application/json; charset=utf-8" |
RESPONSES
status: OK
{"code":0,"msg":"","data":{"ErrorEventUids":[{"error_msg":"No Permission","original_time":0,"uid":"b9b19453-0e60-411b-a65f-e5d3b7aa1d0e"}],"EventInfos":[]}}