查询会议室ID

GET https://open.feishu.cn/open-apis/meeting_room/room/batch_get_id?custom_room_ids=hwl_test_room_0011

Reference

  1. 参考接口 查询会议室ID

Success Response Sample

{
    "code": 0,
    "msg": "success",
    "data": {
        "rooms": [
            {
                "custom_room_id": "test_room_00",
                "room_id": "omm_ae6665f59986d9261932e1715d47a188"
            }
        ]
    }
}

Request Params

KeyDatatypeRequiredDescription
custom_room_idsstring用于查询指定会议室的租户自定义会议室ID

HEADERS

KeyDatatypeRequiredDescription
Authorizationstringtenant_access_token
值格式:"Bearer access_token"

示例值:"Bearer t-7f1bcd13fc57d46bac21793a18e560" | | Content-Type | string | | 固定值:"application/json; charset=utf-8" |

RESPONSES

status: OK

{"code":0,"msg":"success","data":{"rooms":[{"custom_room_id":"hwl_test_room_0011","room_id":"omm_83b4756bdef4f55613659239934dfa79"}]}}