latestSwagger 2.02026-08-102194011.3 MB
602fc25ddd76
Incident Types V1
List Incident Types V1
List all incident types for an organisation.
get/v1/incident_types
Response
OK response.
Example response
{
"incident_types": [
{
"create_in_triage": "always",
"created_at": "2021-08-17T13:28:57.801578Z",
"description": "Customer facing production outages",
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"is_default": false,
"name": "Production Outage",
"private_incidents_only": false,
"updated_at": "2021-08-17T13:28:57.801578Z"
}
]
}