Incident Types V1

View incident types.

With incident types enabled, you can tailor your process to the situation you're responding to with different custom fields and roles for each incident type.

List Incident Types V1

List all incident types for an organisation.

Responses
200

OK response.

get/v1/incident_types
Request samples
Response samples
application/json
{
  • "incident_types": [
    ]
}

Show Incident Types V1

Get a single incident type.

Request
path Parameters
id
required
string

Unique identifier for this Incident Type

Example: 01FCNDV6P870EA6S7TK1DSYDG0
Responses
200

OK response.

get/v1/incident_types/{id}
Request samples
Response samples
application/json
{
  • "incident_type": {
    }
}