查询会议室配置
GET {{base_url}}/vc/v1/room_configs/query?scope=5
查询一个范围内的会议室配置。
参考接口文档:查询会议室配置
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| scope | number | 查询节点范围 | |
| country_id | string | 国家/地区ID scope为2,3时需要此参数 | |
| district_id | string | 城市ID scope为3时需要此参数 | |
| building_id | number | 建筑ID scope为4,5时需要此参数 | |
| floor_name | number | 楼层 scope为5时需要此参数 | |
| room_id | number | 会议室ID scope为6时需要此参数 |