Webex · Schema
AppliedServices
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| translationPattern | object | Returns the details of the Translation Pattern if applied. |
| interceptDetails | object | Returns the details of call intercept if applied. |
| outgoingCallingPlanPermissionsByType | object | Returns the details of permissions by type configuration if applied under OCP. |
| outgoingCallingPlanPermissionsByDigitPattern | object | Returns the details of the digit pattern configuration if applied under OCP. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AppliedServices",
"title": "AppliedServices",
"type": "object",
"properties": {
"translationPattern": {
"$ref": "#/components/schemas/TranslationPattern",
"description": "Returns the details of the Translation Pattern if applied."
},
"interceptDetails": {
"$ref": "#/components/schemas/CallInterceptDetails",
"description": "Returns the details of call intercept if applied."
},
"outgoingCallingPlanPermissionsByType": {
"$ref": "#/components/schemas/OutgoingCallingPlanPermissionsByType",
"description": "Returns the details of permissions by type configuration if applied under OCP."
},
"outgoingCallingPlanPermissionsByDigitPattern": {
"$ref": "#/components/schemas/OutgoingCallingPlanPermissionsByDigitPattern",
"description": "Returns the details of the digit pattern configuration if applied under OCP."
}
}
}