Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
AddFolderPermissionRequest
Request for access to a folder.
Parameters
Name Type Description

folderPathOrId

PathOrFolderId

Required
Not null

Id or path of the folder

message

String

Minimum size: 0  Maximum size: 1000

Content of message from requester to administrator

requestType

PermissionRequestTypeExternalInterface

Required
Not null

The type of request

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

roomGuid

String

The workspace's guid

roomId

Integer

The workspace's id

subject

String

Subject of message from requester to administrator

Json Format
{
folderPathOrId:
{
path: String,
folderId: Integer,
folderGuid: String
},
message: String,
requestType: PermissionRequestTypeExternalInterface,
roomId: Integer,
roomGuid: String,
subject: String
}