获取流程引擎执行历史
GET
/openapi/workflow/history/list
triggerType
是一个枚举值,目前支持的有枚举值 | 说明 |
---|---|
receive-text-message | 接收文本消息 |
receive-image-message | 接收图片消息 |
tag-event | 标签事件 |
new-friend | 新好友事件 |
canvas-event-trigger | 事件 |
actionType
也是一个枚举值,如下枚举值 | 说明 |
---|---|
send-text-message | 发送文本消息 |
send-image-message | 发送图片消息 |
tag-user | 打标签操作 |
invite-room | 邀请入群 |
canvas-event-action | 自定义流程事件 |
update-data | 赋值会话属性 |
plugin-action | 插件应用动作 |
handover | 转人工 |
请求参数
Query 参数
botId
string
必需
startTimestamp
string
必需
endTimestamp
string
必需
page
string
必需
示例值:
1
pageSize
string
必需
示例值:
10
triggerType
string
可选
示例值:
receive-text-message
actionType
string
可选
示例值:
send-text-message
keyword
string
可选