Skip to main content
Version: 5.7.0

SysLookupFolder

Returns the treeId for the specified folder.

ServiceOperation
globalFileV3SYS_LOOKUP_FOLDER

Method Parameters

ParameterDescription
fullFolderPathFully folder path to lookup

Usage

http://localhost:3000
// S2S call: to view example, switch to the Cloud Code or Raw tab.
JSON Response
{
"status": 200,
"data": {
"treeId": "56b1c593-92d2-4e49-a997-0e493111d7b2",
"folderPath": "audio/xxx/tempdir",
"treeVersion": 3
}
}