Get Folder Statistics
Fetch information about folder size and item counts (for both file version and files inside the folder and all the subfolders).
Parameters
Parameter | Description |
---|---|
ID | The ID of the folder, can be retrieved from the 'List File Or Folders' action. |
Example Output
{
"allVersionsSize": 1732505,
"allFilesSize": 1721488,
"filesCount": 10,
"fileVersionsCount": 12,
"foldersCount": 9,
"allVersionsSizeInKB": 1691
}
Workflow Library Example
Get Folder Statistics with Egnyte and Send Results Via Email
Preview this Workflow on desktop