Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
AddDocumentPermissionRequest
Request to add permissions to a file.
Parameters
Name Type Description

docUUID

String

Required
Not null
Minimum size: 0  Maximum size: 45

The file UUID

message

String

Minimum size: 0  Maximum size: 1000

Message of requester to administrator

requestType

PermissionRequestTypeExternalInterface

Required
Not null

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

subject

String

Subject of requester to administrator

timeExtensionDate

Date

Json Format
{
docUUID: String,
message: String,
timeExtensionDate: Date,
requestType: PermissionRequestTypeExternalInterface,
subject: String
}