Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
DocumentLinkInfoResult
Parameters
Name Type Description

annotatingUserAddress

String

The address of the annotating user

documentRecipient

String

file recipient will not always appear on file links even if they were sent from exchange

documentUUID

String

The file's Uuid

requestPermissionFrom

String

the email address to request permission from will not be set if this file is in a workspace

roomId

Integer

The workspace id

versionUUID

String

The version Uuid

Json Format
{
documentUUID: String,
versionUUID: String,
annotatingUserAddress: String,
roomId: Integer,
documentRecipient: String,
requestPermissionFrom: String
}