Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
DownloadSingleIManageDocument
Request for a document to be downloaded
Parameters
Name Type Description

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

itemId

String

Required
Not null

The imanage item id for the document

workspaceUuid

String

Required
Not null

The workspace uuid

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