Features
The features resource allows the client application to determine which functionality is available in the current contact center. This data can then be used to draw the UI as appropriate for the feature set that is supported for the current contact center.
A feature represents a set of functionality that may include channels, services, resources, sets of operations, settings groups, and so on. Anything that is needed for the feature to function successfully should be available when a feature is enabled for the contact center. When a feature is disabled, the API will behave as if this set of functionality does not exist. This will return results such as 404 errors when relevant resources are being accessed, settings groups not being visible in lists, and operations returning with invalid operation
errors.
Operations
Two resources are available in the API to support this functionality:
api/v2/system/features
represents all features available in the system.api/v2/features
represents the set of features for a given contact center.
The following operations are available for /features
Operation | Description | Permissions |
---|---|---|
GET | Returns a list of URIs for the features assigned to this contact center. The parameter fields=* will cause full feature descriptions to be returned instead of URI's.
|
Contact Center Admin, Agent |
The following operations are available for /system/features
Operation | Description | Permissions |
---|---|---|
GET | Returns a list of URIs for all of the features available in the system The parameter fields=* will cause full feature descriptions to be returned instead of URI's.
|
Contact Center Admin |
The following operations are available for /features/{id}
Operation | Description | Permissions |
---|---|---|
GET | Returns the full feature description. | Agent, Contact Center Admin |
DELETE | Removes the feature from the contact center. | Cloud Admin |
Attributes
The following attributes are supported for each feature:
Attribute | Type | Description | Access |
---|---|---|---|
id | String | The name of the feature (this is also the unique identifier and should be in a URI-compatible format). | GET |
displayName | String | Name that describes the feature. | GET |
description | String | Description of the feature. | GET |
Supported Features
The following features are currently supported. If a feature is marked "assigned by default" all contact centers will have this feature assigned.
Name | Description | Assigned by default |
---|---|---|
api-provisioning-read | General provisioning read | Y |
api-provisioning-write | General provisioning write | Y |
api-voice | The API for the voice channel. | Y |
ui-supervisor-provisioning-routing | UI to provision routing | Y |
ui-supervisor-provisioning-skill | UI to provision skills | Y |
ui-supervisor-provisioning-user | UI to provision users | Y |
ui-supervisor-recording | UI to view call recordings | Y |
ui-supervisor-reporting | UI to view contact center statistics | Y |
api-multimedia | API for non-voice channels | N |