Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ListBulkFolderPermissions
Used when getting the aggregation of permissions of folders
Parameters
Name Type Description

folderPathsOrIds

Set(PathOrFolderId)

Required
Not null

List of folder paths or ids

roomGuid

String

Guid of workspace

roomId

Integer

Id of the workspace

templatePermissionsFilter

TemplatePermissionsFilter

Template permissions filter

Possible values: [ONLINE_VIEW, PRINT, FULL_ACCESS, SPOTLIGHT_VIEW, CONTROLLED, CONTROLLED_PRINT_EDIT, CONTROLLED_PRINT, CONTROLLED_FULL].

Json Format
{
roomId: Integer,
roomGuid: String,
folderPathsOrIds: Set(
{
path: String,
folderId: Integer,
folderGuid: String
}),
templatePermissionsFilter: TemplatePermissionsFilter
}