Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
DocumentPermissionRequestsResults
Result from a pending permission request
Parameters
Name Type Description

contentType

String

folderGuid

String

Folder Guid

folderId

Integer

Folder id

folderPath

String

Folder path

guid

String

Signed GUID of a file, created by the server.

lastModifiedDate

Date

When the file was last modified

name

String

file name

permissionRequests

List(DocumentPendingPermissionRequest)

Not null
Default value: new ArrayList<>()

List of permission requests

roomId

Integer

Workspace id

roomName

String

Workspace name

size

Long

Size of the file

uploadedBy

String

Who uploaded the file

workspaceUuid

String

Json Format
{
size: Long,
uploadedBy: String,
lastModifiedDate: Date,
guid: String,
name: String,
roomId: Integer,
folderId: Integer,
folderPath: String,
folderGuid: String,
permissionRequests: List(
{
requesterEmail: String,
requestDate: Date,
requestType: PermissionRequestType,
userMessage: String,
docUUID: String
}),
contentType: String,
roomName: String,
workspaceUuid: String
}