Branding

Last modified by michaely on 2021/09/10 23:34

Warning

This page is currently being written. Although the information below is probably accurate, it may not be complete or may have errors.

Information

The information on this page applies to iSymphony 3.1+.

Description

The server REST resource allows access to branding, version, and build information.

 

On this page:

The [toc] macro is a standalone macro and it cannot be used inline. Click on this message for details.
 

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"
}

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