Skip to main content
POST
Split stations out of a merged incident

Authorizations

Authorization
string
header
required

OAuth2 Client Credentials Flow

Path Parameters

id
string
required

The source incident to split stations out of.

Body

application/json

Split stations out of a merged incident, reviving each station's original incident. At most 50 stations per call.

stationIds
string[]
required
Required array length: 1 - 50 elements
changedByUserId
string
required

NetworkUser id of the acting Support Operator. Required on every write; attributes the change.

networkId
string

Network id. Required for machine (M2M) callers whose token carries no network claim; ignored when the token has one.

Response

The updated source incident and the incidents revived from it.

data
object

The result of a split: the updated source incident and the incidents revived from it.