getProperties

TrueConf7/5/26Less than 1 minute

getProperties

Description

Get the list of available properties sent by the server

void getProperties()

Response example

{
    "properties": [
        {
            "name": "try_terminal",
            "value": "some url"
        }
    ],
    "method": "getProperties",
    "requestId" : "1",
    "result": true
}

Response Parameters

NameDescription
propertiesThe list of properties. The following properties are available:
• name - current level of the license
• value - a link to the product page where one can get the full version of the application
nameA property name
valueA property value
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: