Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
FolderPendingPermissionRequests
A collection of requests for folder permissions
Parameters
Name Type Description

folderId

Integer

Folder id

folderName

String

Folder name

folderPath

String

Folder path

folderUuid

String

Folder uuid

permissionRequests

List(FolderPendingPermissionRequest)

Not null
Default value: new ArrayList<>()

List of permission requests

roomCreationDate

Date

Workspace creation date

roomId

Integer

Workspace id

roomName

String

Workspace name

rootFolderUuid

String

Workspace root folder uuid

workspaceUuid

String

Workspace uuid

Json Format
{
roomCreationDate: Date,
roomName: String,
roomId: Integer,
workspaceUuid: String,
rootFolderUuid: String,
folderId: Integer,
folderName: String,
folderPath: String,
folderUuid: String,
permissionRequests: List(
{
requesterEmail: String,
requestDate: Date,
requestType: PermissionRequestType,
userMessage: String,
folderId: Integer,
roomId: Integer
})
}