批量查询会议室层级详情
标签:会议室层级
请求说明
字段 | 值 |
---|---|
请求地址 | https://openapi.wps.cn/v7/meeting_room_levels/batch_get |
HTTP 方法 | POST |
接口描述 | 批量查询会议室层级详情 |
签名方式 | KSO-1 |
限频策略 | 无 |
权限要求 | 查询会议室(应用授权) kso.meeting_rooms.read 查询和管理会议室(应用授权) kso.meeting_rooms.readwrite |
请求体(Body)
请求体格式: application/json
没有可用的数据
请求体示例
json
{
"room_level_ids": [
"string"
]
}
响应体(Response)
HTTP状态码: 200
响应体格式: application/json
没有可用的数据
响应体示例
json
{
"data": {
"items": [
{
"has_child": true,
"id": "string",
"name": "string",
"parent_id": "string",
"path": [
"string"
]
}
]
},
"code": 0,
"msg": "string"
}