Skip to main content
Version: 5.7.0

SysLookupFolder

Retrieves tree id of specified folder.

ServiceOperation
groupFileSYS_LOOKUP_FOLDER

Method Parameters

ParameterDescription
groupIdThe id of the group.
fullFolderPathThe full folder path.

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": {
"folderPath": "foldername/subfoldername",
"treeId": "625ab492-fad9-4aa6-b174-50ac4344de81",
"treeVersion": 5,
"groupId": "2bf538d1-19ea-4e14-9862-f979215e09b7"
},
"status": 200
}