Interface WeWorkStatisticService
- All Known Implementing Classes:
WeWorkStatisticServiceImpl
public interface WeWorkStatisticService
企业微信统计数据服务接口
-
Method Summary
Modifier and TypeMethodDescriptiongetGroupChatStatistic(String accessToken, GroupChatStatisticRequest request) 获取群聊数据统计(按群主聚合)getGroupChatStatisticByDay(String accessToken, GroupChatStatisticRequest request) 获取群聊数据统计(按自然日聚合)getUserBehaviorData(String accessToken, UserBehaviorDataRequest request) 获取联系客户统计数据
-
Method Details
-
getGroupChatStatistic
GroupChatStatisticResponse getGroupChatStatistic(String accessToken, GroupChatStatisticRequest request) 获取群聊数据统计(按群主聚合)- Parameters:
accessToken- 调用接口凭证request- 请求参数- Returns:
- 群聊统计数据
-
getGroupChatStatisticByDay
GroupChatStatisticByDayResponse getGroupChatStatisticByDay(String accessToken, GroupChatStatisticRequest request) 获取群聊数据统计(按自然日聚合)- Parameters:
accessToken- 调用接口凭证request- 请求参数- Returns:
- 按自然日聚合的群聊统计数据
-
getUserBehaviorData
获取联系客户统计数据- Parameters:
accessToken- 调用接口凭证request- 请求参数- Returns:
- 联系客户统计数据
-