故障列表-卡片视图
POST
https://api.flashcat.cloud/incident/list-by-card
最后修改时间:2025-04-29 03:11:49
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.flashcat.cloud/incident/list-by-card?app_key' \
--header 'Content-Type: application/json' \
--data-raw '{
"view_id": "string",
"asc": true,
"progress": "string",
"title": "string",
"channel_ids": [
0
],
"responder_ids": [
0
],
"acker_ids": [
0
],
"creator_ids": [
0
],
"incident_ids": [
"string"
],
"start_time": 0,
"end_time": 0,
"range_by": "string",
"incident_severity": "Critical",
"is_related": true,
"is_snoozed": true,
"is_my_team": true,
"labels": {
"$key": [
"string"
]
}
}'
响应示例响应示例
{
"error": {
"code": "InvalidParameter",
"message": "string"
},
"data": {
"items": [
{
"title": "string",
"total": 0,
"incident_severity": "string",
"incident_ids": [
"string"
]
}
]
}
}
请求参数
Body 参数application/json