Escalation Policies
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: 50OptionalDefault:
the maximum number of results when paging through a list of escalation policies.
50Responses
200
OK
application/json
get
/escalation-policies200
OK
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Body
idinteger · int64Optional
namestringRequired
repeatingbooleanOptionalDefault:
falsefrequencyinteger · int32 · min: 1 · max: 9OptionalDefault:
1delayMininteger · int32 · max: 15OptionalDefault:
0routingKeystringOptional
optional
Responses
201
Created. The URI of the escalation policy is included in the Location header and the entity in the body
application/json
post
/escalation-policies201
Created. The URI of the escalation policy is included in the Location header and the entity in the body
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Path parameters
idnumberRequired
entity ID
Body
idinteger · int64Optional
namestringRequired
repeatingbooleanOptionalDefault:
falsefrequencyinteger · int32 · min: 1 · max: 9OptionalDefault:
1delayMininteger · int32 · max: 15OptionalDefault:
0routingKeystringOptional
optional
Responses
200
The updated escalation policy
application/json
put
/escalation-policies/{id}200
The updated escalation policy
Last updated
Was this helpful?