路由详情
POST
https://api.flashcat.cloud/route/info
最后修改时间:2024-02-07 10:47:29
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.flashcat.cloud/route/info?app_key' \
--header 'Content-Type: application/json' \
--data-raw '{
"integration_id": 0
}'
响应示例响应示例
{
"error": {},
"data": {
"cases": [
{
"if": [
{
"key": "title",
"oper": "IN",
"vals": [
"string"
]
}
],
"channel_ids": [
0
],
"fallthrough": true
}
],
"default": {
"channel_ids": [
0
]
},
"status": "enabled",
"version": 0,
"creator_id": 0,
"updated_by": 0,
"created_at": 0,
"updated_at": 0
}
}
请求参数
Header 参数
Content-Type
string
可选
示例值:
application/json
Body 参数application/json