Escalation Policies

List escalation policies.

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: 50Optional

the maximum number of results when paging through a list of escalation policies.

Default: 50
Responses
200

OK

application/json
get
/escalation-policies
200

OK

Create a new escalation policy.

post
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Body
idinteger · int64Optional
namestringRequired
repeatingbooleanOptionalDefault: false
frequencyinteger · int32 · min: 1 · max: 9OptionalDefault: 1
delayMininteger · int32 · max: 15OptionalDefault: 0
routingKeystringOptional

optional

Responses
post
/escalation-policies
201

Created. The URI of the escalation policy is included in the Location header and the entity in the body

Get escalation policy with the specified id.

get
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Path parameters
idnumberRequired

entity ID

Responses
200Success
application/json
get
/escalation-policies/{id}
200Success

Update an existing escalation policy.

put
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Path parameters
idnumberRequired

entity ID

Body
idinteger · int64Optional
namestringRequired
repeatingbooleanOptionalDefault: false
frequencyinteger · int32 · min: 1 · max: 9OptionalDefault: 1
delayMininteger · int32 · max: 15OptionalDefault: 0
routingKeystringOptional

optional

Responses
200

The updated escalation policy

application/json
put
/escalation-policies/{id}
200

The updated escalation policy

Delete the specified escalation policy.

delete
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Path parameters
idnumberRequired

entity ID

Responses
delete
/escalation-policies/{id}
204

if deletion was successful

No content

Last updated

Was this helpful?