Incident Templates
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Query parameters
start-indexinteger · int32OptionalDefault:
an integer specifying the starting point (beginning with 0) when paging through a list of entities
0max-resultsinteger · int32 · max: 100OptionalDefault:
the maximum number of results when paging through a list of entities.
50Responses
200
The incident templates
application/json
get
/incident-templates200
The incident templates
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Body
idnumberOptional
namestringOptional
summarystringOptional
statusstring · enumOptionalPossible values:
the incident status
messagestringOptional
sendNotificationbooleanOptional
Responses
200
The newly created incident template
application/json
post
/incident-templates200
The newly created incident template
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Path parameters
idnumberRequired
entity ID
Body
idnumberOptional
namestringOptional
summarystringOptional
statusstring · enumOptionalPossible values:
the incident status
messagestringOptional
sendNotificationbooleanOptional
Responses
200
The updated incident template
application/json
put
/incident-templates/{id}200
The updated incident template
Last updated
Was this helpful?