The engine runs in desktop mode. Therefore, the relative path is related to the default Apps folder located in C:\Users\<user name>\Documents\Qlik\Sense\Apps.
The client sends:
{
"jsonrpc": "2.0",
"id": 0,
"method": "GetFolderItemsForPath",
"handle": -1,
"params": [
"NewFolder"
]
}
The engine returns:
{
"jsonrpc": "2.0",
"id": 0,
"result": {
"qFolderItems": [
{
"qName": "NewFolder1",
"qType": "FOLDER"
},
{
"qName": "NewFolder2",
"qType": "FOLDER"
},
{
"qName": "StoreCountryLibConn.txt",
"qType": "FILE"
},
{
"qName": "unicode.qvs",
"qType": "FILE"
}
]
}
}
The files and folders located at the specified path are returned.