Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
FoldersDocuments
A collection of folders and files
Parameters
Name Type Description

documents

ItemList

List of file in folders

folderTree

Folder

Folder tree

Json Format
{
folderTree:
{
id: Integer,
isPermsInherited: Boolean,
uuid: String,
name: String,
updateDate: Date,
hasSubfolders: Boolean,
room: String,
roomUUID: String,
folder: String,
parentId: Integer,
parentGuid: String,
subFolders: List(Folder ),
fullPath: String,
externalIdentifier:
{
externalRepository: ExternalRepositoryShowValue,
externalId: String,
externalRepositoryUuid: String,
externalRepositoryName: String
},
folderCapabilities: Set(WorkspaceCapabilityType ),
folderRole: String,
readConfirmationRequired: Boolean,
readConfirmationIncludeSubfolder: Boolean,
originalReadAckState: Boolean,
starred: Boolean,
starredDate: Date
}),
documents:
{
total: Integer,
items: List(T)
})
}