{
"chat_type": "single",
"start_time": 1605171726,
"end_time": 1605172726,
"creator": "zhangshan",
"filter_type": 1,
"limit": 50,
"cursor": "CURSOR"
}
curl --location -g --request POST 'http://127.0.0.1/cgi-bin/externalcontact/get_groupmsg_list_v2?access_token={{accesstoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"chat_type": "single",
"start_time": 1605171726,
"end_time": 1605172726,
"creator": "zhangshan",
"filter_type": 1,
"limit": 50,
"cursor": "CURSOR"
}'
{
"errcode": 0,
"next_cursor": "string",
"errmsg": "string",
"group_msg_list": [
{
"creator": "string",
"attachments": [
{
"msgtype": "string",
"image": {
"media_id": "string",
"pic_url": "string"
},
"link": {
"title": "string",
"picurl": "string",
"desc": "string",
"url": "string"
},
"miniprogram": {
"title": "string",
"pic_media_id": "string",
"appid": "string",
"page": "string"
},
"video": {
"media_id": "string"
},
"file": {
"media_id": "string"
}
}
],
"create_time": "string",
"msgid": "string",
"create_type": 0,
"text": {
"content": "string"
}
}
]
}