跳转到主要内容
POST
/
alert
/
card-view
/
list
视图列表
curl --request POST \
  --url 'https://api.flashcat.cloud/alert/card-view/list?app_key=' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "error": {
    "code": "<string>",
    "message": "<string>"
  },
  "data": {
    "items": [
      {
        "view_id": "<string>",
        "view_name": "<string>",
        "created_at": "<string>",
        "updated_at": "<string>",
        "equals": [
          "labels.{x}"
        ],
        "priority": 123
      }
    ]
  }
}

授权

app_key
string
query
必填

请求头

Content-Type
string

请求体

application/json

The body is of type object.

响应

200 - application/json
error
object
data
object