GetFolderItems
Retrieves all specified objects in a specified folder, such as all files or folders, a list of files or folders, or all users.
To search all files or folders that match the specified conditions, specify Search.
Request elements
FolderName
String. The full path and the name of the folder from which to retrieve objects. Specify either FolderName or FolderId.
FolderId
String. The ID of the folder from which to retrieve objects. Specify either FolderId or FolderName.
ResultDef
ArrayOfString. The properties to retrieve. By default, the Id and Name are always returned. In addition, you can specify the following properties:

Description

FileType

Owner

PageCount

Size

TimeStamp

Version

VersionName

UserPermissions
LatestVersionOnly
Boolean. Specifies whether only the latest version is returned. If True, only the latest version is returned. The default value is False.
Search
The search condition. If conditions apply to multiple fields, use ConditionArray. FileSearch.
Response elements
ItemList
ArrayOfFile. The objects matching the search criteria.
FetchHandle
String. Indicates that the number of items in the result set exceeds the FetchSize limit.
TotalCount
Int. The number of entries in the search result set.