Branding
Last modified by michaely on 2021/09/10 23:34
Root Resource Path
communication_manager/rest/config/server/brand
JSON Representation
{
"name": "iSymphony",
"provider": "i9 Technologies",
"website": "http:\/\/www.getisymphony.com",
"copyright": "Copyright \u00c2\u00a9 2016 HEHE Enterprises, LLC. All Rights Reserved.",
"eula": "<EULA TEXT>",
"version": "3.3.1.2343",
"revision": "43d2c50d",
"build": "2343",
"buildDate": "201603301247",
"aboutText": "iSymphony is a cross-platform operator panel software for i9 Technologies iPBX and the Asterisk PBX. i9 Technologies and iSymphony logos are trademarks of HEHE Enterprises, LLC.",
"maintenanceRenewURL": "http:\/\/go.getisymphony.com\/mylicenses",
"maintenanceUpgradeInfoURL": "http:\/\/go.getisymphony.com\/maintenance"
}
"name": "iSymphony",
"provider": "i9 Technologies",
"website": "http:\/\/www.getisymphony.com",
"copyright": "Copyright \u00c2\u00a9 2016 HEHE Enterprises, LLC. All Rights Reserved.",
"eula": "<EULA TEXT>",
"version": "3.3.1.2343",
"revision": "43d2c50d",
"build": "2343",
"buildDate": "201603301247",
"aboutText": "iSymphony is a cross-platform operator panel software for i9 Technologies iPBX and the Asterisk PBX. i9 Technologies and iSymphony logos are trademarks of HEHE Enterprises, LLC.",
"maintenanceRenewURL": "http:\/\/go.getisymphony.com\/mylicenses",
"maintenanceUpgradeInfoURL": "http:\/\/go.getisymphony.com\/maintenance"
}
Property | Type | Description |
---|---|---|
name | String | The brand name. |
provider | String | The brand provider. |
website | String | The providers website. |
copyright | String | The application copyright. |
eual | String | The End User License Agreement. |
version | String | The full version string. |
revision | String | The revision of the build. |
build | String | The build number. |
buildDate | String | The build date. In the format yyyyMMddhhmm. |
aboutText | String | The about screen text. |
maintenanceRenewURL | String | The URL for maintenance renewals. |
maintenanceUpgradeInfoURL | String | The URL for maintenance upgrade information. |
Resource Paths
communication_manager/rest/config/server/brand | |
---|---|
Description | Accesses the branding, version, and build information of the server. |
GET | Gets the branding, version, and build information of the server. |
Curl Examples
Get the server brand, version, and build information
curl --user manager:manag3rpa55word -k -i -H "Accept: application/json" https://localhost:55050/communication_manager/rest/config/server/brand