该文档为第一版接口,后续将弃用,目前已不再更新维护,建议您使用新的接口文档进行请求:https://salesmartly-api.apifox.cn
curl --location --request GET 'https://api.salesmartly.com/api/chat-group/get-group-record?chat_group_id=&project_id=&page=&page_size=&created_time=&next_token=' \
--header 'external-sign;'
{
"data": {
"list": [
{
"id": "string",
"action": "string",
"channel_uid": "string",
"created_time": "string",
"phone": "string",
"chat_group_id": "string"
}
],
"page": 0,
"page_size": 0,
"next_token": "string",
"total": "string"
},
"count": {},
"code": 0,
"msg": "string"
}