路由历史列表
开发中
POST
https://api.flashcat.cloud/route/history/list
最后修改时间:2025-05-07 07:05:42
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.flashcat.cloud/route/history/list?app_key' \
--header 'Content-Type: application/json' \
--data-raw '{
"p": 0,
"limit": 0,
"asc": true,
"orderby": "updated_at",
"integration_id": "string"
}'
响应示例响应示例
{
"error": {},
"data": {
"items": [
{
"cases": [
{
"if": [
{
"key": "title",
"oper": "IN",
"vals": [
"string"
]
}
],
"channel_ids": [
0
],
"fallthrough": true
}
],
"default": {
"channel_ids": [
0
]
},
"version": 0,
"updated_by": 0,
"updated_at": 0
}
]
}
}
请求参数
Header 参数
Content-Type
string
可选
示例值:
application/json
Body 参数application/json