接口描述
描述:查询 Rooms 账号资源使用情况,暂不支持 OAuth 2.0鉴权访问。
调用方式:GET
鉴权方式:AK/SK 鉴权。
依赖权限点:自建应用具备管理企业会议室详细信息和查看企业会议室详细信息权限。
请求域名:
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}