Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
TransientDocumentPendingPermissionRequest
A pending request for a file permission in a transient workspace
Parameters
Name Type Description

requestDate

Date

Date of the request

requestType

PermissionRequestType

The request type

Possible values: [PRINT, TIME_EXTENSION, NONE, VIEW, COMMENT].

requesterEmail

String

The requester's email address

userMessage

String

Json Format
{
requesterEmail: String,
requestDate: Date,
requestType: PermissionRequestType,
userMessage: String
}