Get the apps folder
Get the folder where the apps are stored by using the GetDefaultAppFolder method.
Example
The handle is -1 because the GetDefaultAppFolder method applies at global level.
The client sends:
{
"jsonrpc": "2.0",
"id": 0,
"method": "GetDefaultAppFolder",
"handle": -1,
"params": []
}
The engine returns:
{
"jsonrpc": "2.0",
"id": 0,
"result": {
"qPath": "C:\\Users\\smu\\Documents\\Qlik\\Sense\\Apps"
}
}
The path is returned.