{
"userid": [
"zhangsan",
"lisi"
],
"partyid": [
1001,
1002
],
"start_time": 1536508800,
"end_time": 1536595200
}
curl --location -g --request POST 'http://127.0.0.1/cgi-bin/externalcontact/get_user_behavior_data?access_token={{accesstoken}}' \
--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"
}