跳转到主要内容
POST
/
route
/
info
路由详情
curl --request POST \
  --url 'https://api.flashcat.cloud/route/info?app_key=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "integration_id": 123
}
'
{
  "error": {},
  "data": {
    "status": "enabled",
    "version": 123,
    "creator_id": 123,
    "updated_by": 123,
    "created_at": 123,
    "updated_at": 123,
    "cases": [
      {
        "if": [
          {
            "key": "title",
            "oper": "IN",
            "vals": [
              "<string>"
            ]
          }
        ],
        "channel_ids": [
          123
        ],
        "fallthrough": true,
        "routing_mode": "standard",
        "name_mapping_label": "<string>"
      }
    ],
    "sections": [
      {
        "name": "<string>",
        "position": 123
      }
    ],
    "default": {
      "channel_ids": [
        123
      ]
    }
  }
}

授权

app_key
string
query
必填

请求头

Content-Type
string

请求体

application/json
integration_id
integer
必填

响应

200 - application/json
error
object
data
object