Pular para o conteúdo principal
POST
/
alerts
/
merge
/
_bulk
Merge Alerts with Case
curl --request POST \
  --url https://local.casebender.com:3000/api/alerts/merge/_bulk \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '
{
  "alertIds": [
    "<string>"
  ],
  "caseId": "<string>",
  "options": {
    "selectAll": true,
    "filters": {
      "statusValue": [
        "<string>"
      ],
      "severity": [
        123
      ],
      "assigneeId": [
        "<string>"
      ],
      "searchKey": "<string>",
      "searchValue": "<string>"
    }
  }
}
'
true

Autorizações

X-Api-Key
string
header
obrigatório

Corpo

application/json
alertIds
string[]
obrigatório
caseId
string
obrigatório
options
object

Resposta

Successful response

The response is of type boolean.