Module License Properties
Root Resource Path
JSON Representation
"id": "f7814391-b894-4c04-b0ff-0877f1a93f26",
"key": "pbx_connections",
"value": "1",
"displayName": "PBX Connections",
"description": "The total amount of PBX connections allowed.",
"display": true
}
Property | Type | Description |
---|---|---|
id | String | Configuration id of the module license property. |
key | String | The key of the module license property. |
displayName | String | The display name of the module license property. |
description | String | The description of the module license property. |
display | Boolean | Flag specifying if the property should be visible on the License activation page, in the administration interface. |
Resource Paths
communication_manager/rest/config/server/coreServers/[{id} | getByName/{slug}]/license/moduleLicenses/{moduleLicenseId}/properties | |
---|---|
Description | Accesses all properties for the module license license. |
GET | Gets all the properties for the module license. |
| |
communication_manager/rest/config/server/coreServers/[{id} | getByName/{slug}]/license/moduleLicenses/{moduleLicenseId}/properties/{propertyId} | |
Description | Accesses a specific module license property. |
GET | Gets a specific module license property. Parameters:
Errors:
|