# getProperties
Description: get the list of available properties sent by the server.
Request example:
{
    "method" : "getProperties",
    "requestId" : "1"
}
Response example:
{
    "properties": [
        {
            "name": "try_terminal",
            "value": "some url"
        }
    ],
    "method": "getProperties",
    "requestId" : "1",
    "result": true
}
Parameter description:
- properties— the list of properties. The following properties are available:- try_terminal— 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. You can learn more about it here.
See also: