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 | 4 |
environmentShortName | String | Enterprise short name | Needed if eid | 64 |
description | String | Description of the extension |
|
|
type | Integer | Possible values of the types:
|
| 128 |
extensionId | String | Phone number |
| 128 |
recordingModeType |
|
|
| |
extensionRuleId | Integer | Associated Recording rule ID |
|
|
screenCaptureEnabled | boolean |
|
|
|
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. |
|
|