# 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
Name | Description |
---|---|
properties | The 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 |
name | A property name |
value | A property value |
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also