Extension (v3)
Overview
Represents a phone extension.The Java entity name is ExtensionWS
Members
Member variables of the entity:
Member | Type | Description | Requirements | Max. Length |
---|---|---|---|---|
id | Integer | Generated unique identification | Needed for Extension update | |
eid | String | Enterprise ID (4 characters long) | Needed if environmentShortName is not present | 4 |
environmentShortName | String | Enterprise short name | Needed if eid is not present | 64 |
description | String | Description of the extension | ||
type | Integer | Possible values of the types:
| 128 | |
extensionId | String | Phone number | 128 | |
recordingModeType | RecordingModeType | |||
extensionRuleId | Integer | Associated Recording rule ID | ||
screenCaptureEnabled | boolean | |||
user | User | User associated with this extension | ||
forwardTypes | List<ForwardType> | The list of the associated forwarding types | ||
sourcePlatforms | List<SourcePlatform> | The list of the associated recorded platforms | ||
importSources | List<ImportSource> | The list of the associated import sources | ||
modalities | List<Modality> | The list of the recorded modalities. Recording directions associated with modality. |