{
"imBotId": "xxxxxxxxx",
"snapshotDay": "2025-08-06",
"pageSize": "10",
"seq": "0"
}
curl --location --request POST 'https://chat.jijyun.cn/v1/openapi/chat/corpwechat/message/history?apiKey=' \
--header 'Content-Type: application/json' \
--data-raw '{
"imBotId": "xxxxxxxxx",
"snapshotDay": "2025-08-06",
"pageSize": "10",
"seq": "0"
}'
{
"Code": 0,
"Data": {
"botId": "string",
"botWeixin": "string",
"imBotId": "string",
"messages": [
{
"Payload": {
"TextPayload": {
"mention": [
"string"
],
"text": "string"
},
"RawPayload": {
"content": "string"
}
},
"avatar": "string",
"botId": "string",
"chatId": "string",
"contactName": "string",
"contactType": 0,
"imContactId": "string",
"imRoomId": "string",
"messageId": "string",
"roomTopic": "string",
"source": 0,
"timestamp": 0,
"type": 0,
"coworker": true,
"customerExternalUserId": "string",
"externalUserId": "string",
"wecomChatId": "string"
}
],
"seq": 0
},
"Msg": "string",
"RequestId": "string"
}