Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
GetInfoUnauthDocumentResult
Result from getting informaton about an unauthorized file
Parameters
Name Type Description

annotatingUser

String

contentType

String

creationDate

Date

Date of creation.

deleteDate

Date

documentCurrentVersion

DocumentCurrentVersion

A json which represents the current version of the file

editorUrl

String

URL to edit the document using Wopi

guid

String

Signed GUID of a file, created by the server.

isSimplyShared

boolean

Default value: false

Indicates that the file is available for download without authentication If false, all other fields might be invalid

lastUpdated

Date

Date of creation or last update of the file.

modifiedDate

Date

Date of modified.

name

String

File name

onlineEditorUrl

String

originalSize

Long

Original size of file (bytes)

sender

String

Sender's email address

viewerUrl

String

Json Format
{
guid: String,
name: String,
sender: String,
annotatingUser: String,
contentType: String,
lastUpdated: Date,
creationDate: Date,
originalSize: Long,
documentCurrentVersion:
{
currentVersionUuid: String,
currentDocVersionUpdateDate: Date
},
modifiedDate: Date,
viewerUrl: String,
isSimplyShared: Boolean,
deleteDate: Date,
onlineEditorUrl: String,
editorUrl: String
}