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

documentPath

String

Required
Not null

downloadType

DownloadTypes

Default value: MAX_ALLOWED

Download type.

Possible values: [MAX_ALLOWED, ORIGINAL, PROTECTED, ENCRYPTED].

forceWatermarks

boolean

Default value: false

If to force water marks on original downloaded file

workspaceUuid

String

Required
Not null

Json Format
{
documentPath: String,
workspaceUuid: String,
downloadType: DownloadTypes,
forceWatermarks: Boolean
}