跳转到主要内容
POST
/
route
/
list
路由列表
curl --request POST \
  --url 'https://api.flashcat.cloud/route/list?app_key=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "integration_ids": [
    123
  ]
}
'
{
  "error": {},
  "data": {
    "items": [
      {
        "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_ids
integer[]
必填

响应

200 - application/json
error
object
data
object