跳转到主要内容
POST
/
incident
/
war-room
/
list
查看作战室
curl --request POST \
  --url 'https://api.flashcat.cloud/incident/war-room/list?app_key=' \
  --header 'Content-Type: <content-type>' \
  --data '
{
  "incident_id": "<string>",
  "integration_id": 123
}
'
{
  "data": {
    "items": [
      {
        "account_id": 123,
        "integration_id": 123,
        "chat_id": "<string>",
        "chat_name": "<string>",
        "incident_id": "<string>",
        "created_by": 123,
        "created_at": 123,
        "share_link": "<string>"
      }
    ]
  },
  "error": {
    "code": "<string>",
    "message": "<string>"
  }
}

授权

app_key
string
query
必填

请求头

Content-Type
string
必填

请求体

application/json
incident_id
string
必填

故障ID

integration_id
integer

IM集成ID,该集成必须已开启war-room配置。不传查询所有

响应

200 - application/json
data
object
必填

响应数据

error
错误信息 · object

仅出现错误时返回