Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ListFolderDefaultPermissions
Details for listing permissions for each of the default entities in given folder
Parameters
Name Type Description

folderPathOrId

PathOrFolderId

Required
Not null

roomGuid

String

Guid of workspace

roomId

Integer

Id of the workspace

Json Format
{
roomId: Integer,
roomGuid: String,
folderPathOrId:
{
path: String,
folderId: Integer,
folderGuid: String
}
}