Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
DocumentVersionAnnotationsListRecord
Information about a single file annotation used when getting file version information
Parameters
Name Type Description

annotatingUserAddress

String

Email address of user making annotation

annotationUpdateDate

Date

Date annotation was updated

previewUrl

String

Preview URL for annotation

Json Format
{
annotatingUserAddress: String,
annotationUpdateDate: Date,
previewUrl: String
}