The handle of the request is -1, since the ExportApp method applies at the global level.
The app should be exported in the directory C:\ProgramData\Qlik\Sense\Apps\ and named MyCopy.qvf.
The GUID of the app to export is 25a87e81-02db-44d2-806a-f61040e1e1ad.
The GUIDs of the objects in the app to export are:
- abb6a235-303a-4605-8333-9dab4892fab9
- afb49c34-d359-4cad-962d-8ba49072d7ab
- 73cb70ff-7b27-4c32-ad34-fac784ba26a0.
The client sends:
{
"jsonrpc": "2.0",
"id": 0,
"method": "ExportApp",
"handle": -1,
"params": [
"C:\\ProgramData\\Qlik\\Sense\\Apps\\MyCopy.qvf",
"25a87e81-02db-44d2-806a-f61040e1e1ad",
[
"abb6a235-303a-4605-8333-9dab4892fab9",
"afb49c34-d359-4cad-962d-8ba49072d7ab",
"73cb70ff-7b27-4c32-ad34-fac784ba26a0"
]
]
}
The engine returns:
{
"jsonrpc": "2.0",
"id": 0,
"result": {
"qSuccess": true
}
}
The app is exported to the file system. The app is saved in C:\ProgramData\Qlik\Sense\Apps.