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

embeddedNotificationJson

EmbeddedNotification

itemJson

Json

transientError

String

transientErrorCode

Integer

Json Format
{
embeddedNotificationJson:
{
documentUuid: String,
documentName: String,
actionTitle: String,
actionType: String,
link: String,
notificationUuid: String,
senderAddress: String,
senderName: String,
actionDate: Date,
readDate: Date,
subject: String,
message: String,
workspaceUuid: String,
commentsInfo: List(
{
commentUuid: String,
commentParent: String,
notificationUuid: String,
commentData: String
}),
folderName: String,
folderUuid: String,
path: String,
workspaceName: String,
workspaceType: String,
notificationObject: String,
documentContentType: String,
permissionRequestType: String,
parentFolderUuid: String,
parentFolderPath: String,
parentFolderName: String,
exchangeLocation: String,
senderOriginalAction: String
}),
itemJson: ,
transientError: String,
transientErrorCode: Integer
}