Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
AddTransientFolderPermissionRequest
A request used when adding a file permission
Parameters
Name Type Description

message

String

Minimum size: 0  Maximum size: 1000

Content of message from requester to administrator

path

String

Required
Not null

roomGuid

String

The workspace's guid

subject

String

Subject of message from requester to administrator

Json Format
{
path: String,
message: String,
roomGuid: String,
subject: String
}