curl --location -g --request POST 'https://qyapi.weixin.qq.com/cgi-bin/externalcontact/get_user_behavior_data?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{"userid":["zhangsan","lisi"],"partyid":[1001,1002],"start_time":1536508800,"end_time":1536595200}'
{
"errcode": 0,
"behavior_data": [
{
"chat_cnt": 0,
"negative_feedback_cnt": 0,
"avg_reply_time": 0,
"new_apply_cnt": 0,
"reply_percentage": 0,
"new_contact_cnt": 0,
"message_cnt": 0,
"stat_time": 0
}
],
"errmsg": "string"
}
【企业微信】API开发者 微信交流群
用微信扫右侧二维码,加入【企业微信】API开发者 交流群,互助沟通