Post
/api/im-integration/{connectionId}/escalation-policies/validate/names
Takes an array of escalation policy names and returns names not found along with mappings of found names to their IDs.
Security
HTTP
Type bearer
Path parameters
connectionId
stringRequired
Connection ID of an IM Connection
Body parameters
[
"policy-A",
"test-1",
"policy-B"
]Array of string
string
Responses
200
Escalation policy lookup result.
object
policies_not_found
Array of string
List of policy names that were not found
Example[
"test-1"
]
string
policies_found
object
Map of policy name to policy ID
Example{
"policy-A": "C06T5C8UT08",
"policy-B": "X09Z8K4PQ12"
}
property*
string additionalProperties