Get threats associated with an incident
GET /v1/incidents/{id}/threats
GET
/v1/incidents/{id}/threats
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
integer format: int64
The ID of the incident to retrieve threats for
Example
123Responses
Section titled “ Responses ”Get the threats
Array<object>
A relational struct that has a threat objective type and its relevancy to a risk.
object
created_date
The time that this relation was mutated
string | null format: date-time
relevance
threat_objective
required
The threat objective type
string
Incident not found