Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
GetFolderInfo
Used when getting information about a folder. Either the "roomId" or the "roomGuid" must be specified to identify the workspace. The "path", "folderId", "folderGuid" must be specified to identify the folder.
Parameters
Name Type Description

folderGuid

String

folderId

Integer

onlyEntitiesWithAccess

boolean

Default value: false

path

String

Workspace path name / folder ID

roomGuid

String

Workspace guid

roomId

Integer

Workspace id

Json Format
{
roomId: Integer,
roomGuid: String,
path: String,
folderId: Integer,
folderGuid: String,
includeExternalRepository: Boolean,
onlyEntitiesWithAccess: Boolean
}