Webex · Schema
CallForwardingPlaceSettingGet
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| always | object | Settings for forwarding all incoming calls to the destination you choose. |
| busy | object | Settings for forwarding all incoming calls to the destination you chose while the phone is in use or the workspace is busy. |
| noAnswer | object | Settings for forwarding which only occurs when you are away or not answering your phone. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CallForwardingPlaceSettingGet",
"title": "CallForwardingPlaceSettingGet",
"type": "object",
"required": [
"always",
"busy",
"noAnswer"
],
"properties": {
"always": {
"$ref": "#/components/schemas/CallForwardingAlwaysGet",
"description": "Settings for forwarding all incoming calls to the destination you choose."
},
"busy": {
"$ref": "#/components/schemas/CallForwardingBusyGet",
"description": "Settings for forwarding all incoming calls to the destination you chose while the phone is in use or the workspace is busy."
},
"noAnswer": {
"$ref": "#/components/schemas/CallForwardingNoAnswerGet",
"description": "Settings for forwarding which only occurs when you are away or not answering your phone."
}
}
}