查询机器人群组统计数据
请求地址(请替换{}内的参数):
http://api.weiyunbot.com/api/wxbot/getbotgroupdatasumlist?botid={botid}&starttime={starttime}&endtime={endtime}&appkey={appkey}&clienttime={clienttime}&signature={signature}
请求信息
URI 参数
参数名 | 描述 | 类型 | 备注 |
---|---|---|---|
botid |
不传递则查询所有机器人数据 |
string |
暂无. |
starttime |
开始时间:2020-8-7,年-月-日格式 |
date |
暂无. |
endtime |
结束时间:2020-8-7,年-月-日格式 |
date |
暂无. |
appkey |
AppKey应用ID |
string |
必填 |
clienttime |
客户端时间UNIX时间戳 |
integer |
必填 |
signature |
签名,参见签名生成方法 |
string |
必填 |
Body 参数
暂无.
返回结果
结果描述
查询机器人群组统计数据
ApiSearchResultOfListOfApiSearchResult_market_group_report_sum参数名 | 描述 | 类型 | 备注 |
---|---|---|---|
data | Collection of ApiSearchResult_market_group_report_sum |
暂无. |
|
totalcount | integer |
暂无. |
|
success |
是否成功1成功;0失败 |
integer |
暂无. |
msg |
结果描述 |
string |
暂无. |
返回格式
application/json, text/json
示例:
{ "data": [ { "id": "sample string 1", "botId": "sample string 2", "botWxId": "sample string 3", "botWxNo": "sample string 4", "botNickName": "sample string 5", "totalCount": 6, "totalMemberCount": 7, "createTime": "2024-10-12 13:44:17", "updateTime": "2024-10-12 13:44:17", "date": "2024-10-12 13:44:17", "newCount": 8, "quitCount": 9 }, { "id": "sample string 1", "botId": "sample string 2", "botWxId": "sample string 3", "botWxNo": "sample string 4", "botNickName": "sample string 5", "totalCount": 6, "totalMemberCount": 7, "createTime": "2024-10-12 13:44:17", "updateTime": "2024-10-12 13:44:17", "date": "2024-10-12 13:44:17", "newCount": 8, "quitCount": 9 } ], "totalCount": 1, "success": 2, "msg": "sample string 3" }