接口描述
描述:查询 Rooms 账号资源使用情况,暂不支持 OAuth 2.0鉴权访问。
调用方式:GET
接口操作者权限点:需具备会议室管理的查看权限。
请求域名:
https://api.meeting.qq.com/v1/rooms-inventory/account-statistics&operator_id={operator_id}&operator_id_type={operator_id_type}
输入参数
参数名称 | 必选 | 参数类型 | 参数描述 |
operator_id | 是 | String | 操作者 ID。 operator_id 必须与 operator_id_type 配合使用。根据 operator_id_type 的值,operator_id 代表不同类型。 |
operator_id_type | 是 | Integer | 操作者 ID 的类型: 1:userid |
输出参数
参数名称 | 必选 | 参数类型 | 参数描述 |
pro_count | 是 | Integer | 专业版账号数。 |
custom_used_count | 是 | Integer | 基础版账号使用数。 |
pro_used_count | 是 | Integer | 专业版账号使用数。 |
示例
输入示例
GEThttps://api.meeting.qq.com/v1/rooms-inventory/account-statistics&operator_id=14411xxxxxxxxxx002&operator_id_type=1
输出示例
{"pro_count":10,"custom_used_count":10,"pro_used_count":5}