Get Folder Items
{ getFolderChildrenOnlyFolders }
Gets a list of folder items inside a given folder.
Method
/API2/content/getFolderChildrenOnlyFolders
Input Parameters
Name
folder
Object Type
Description
The system folder
Output Response
Successful Result Code
200
Response List Type
Description of Response Type
successful operation Note that the response is returned as a list of items of this object type.
Notes
Use the function recursively to extract the full folder content tree
Examples
User Client Authentication (Java):
This example demonstrates how to authenticate users for the main application.