分页查询历史消息
GET
/im/v2/conversations/{conversation_id}/messages
请求参数
Path 参数
conversation_id
string
必需
sender_id|conversation_type|receiver_id
sender_id:会话消息发送者的账号 ID,String 类型
conversation_type:会话类型,1:单聊会话;2:高级群会话;3:超大群会话
receiver_id:接收会话消息的账号 ID 或群组 ID
单聊会话时为消息接收者的账号 ID;高级群会话时为接收消息的高级群 ID;超大群会话时为超大群 ID。
示例值:
apifoxtest35|1|apifoxtest40
Query 参数
begin_time
integer
可选
示例值:
0
end_time
integer
可选
示例值:
{% mock 'timestamp' %}
page_token
string
可选
limit
integer
可选
示例值:
100
descending
boolean
可选
message_type
string
可选
check_team_valid
boolean
可选
该参数仅对高级群消息生效,对超大群无效。
include_no_sense_msg
boolean
可选
无感知消息具体包括:
发送消息时,被设置为发送方无感知的消息(即 msgSenderNoSense = 0)。
发消息时,被设置为接收方无感知的消息(即 msgReceiverNoSense = 1)。
被单向撤回的消息。
被单向删除的消息。
Header 参数
AppKey
string
必需
默认值:
{{AppKey}}
X-custom-traceid
string
可选
默认值:
{% mock 'uuid' %}
Nonce
string
必需
默认值:
{{Nonce}}
CurTime
string
必需
默认值:
{{CurTime}}
CheckSum
string
必需
默认值:
{{CheckSum}}
示例代码
返回响应
修改于 2024-12-24 02:24:40