Incident Templates

List Incident Templates

get/incident-templates

Query parameters

sortstring

Available sorts are name, slug, id. You can sort by multiple options by separating them with a comma. To sort in descending order, use - sign in front of the sort, for example: -name.

per_pageinteger

How many items to show per page.

pageinteger

Which page to show.

filter[name]string

Filter by name

filter[slug]string

Filter by slug

Response

Paginated set of IncidentTemplate

Changes