Incident Templates

Get incident templates.

get
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Query parameters
start-indexinteger · int32Optional

an integer specifying the starting point (beginning with 0) when paging through a list of entities

Default: 0
max-resultsinteger · int32 · max: 100Optional

the maximum number of results when paging through a list of entities.

Default: 50
Responses
200

The incident templates

application/json
get
/incident-templates
200

The incident templates

Create a new incident template.

post
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Body
idnumberOptional
namestringOptional
summarystringOptional
statusstring · enumOptional

the incident status

Possible values:
messagestringOptional
sendNotificationbooleanOptional
Responses
200

The newly created incident template

application/json
post
/incident-templates
200

The newly created incident template

Get a specific incident template.

get
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Path parameters
idnumberRequired

entity ID

Responses
200

The requested incident template

application/json
get
/incident-templates/{id}
200

The requested incident template

Update the specific incident template

put
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Path parameters
idnumberRequired

entity ID

Body
idnumberOptional
namestringOptional
summarystringOptional
statusstring · enumOptional

the incident status

Possible values:
messagestringOptional
sendNotificationbooleanOptional
Responses
200

The updated incident template

application/json
put
/incident-templates/{id}
200

The updated incident template

Remove a specific incident template.

delete
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Path parameters
idnumberRequired

entity ID

Responses
delete
/incident-templates/{id}
204

Empty body delete response

No content

Last updated

Was this helpful?