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

deviceType

DeviceType

Default value: null

The device type

Possible values: [SALESFORCE_PLUGIN, GOOGLE_DRIVE, BROWSER, SRE, CMIS, CIFS, MAC, UPLOADER, OFFICE_ONLINE, SHAREPOINT, ANDROID_APP, ONE_DRIVE, BLACKBERRY_APP, SDK, WINDOWS_PLUGIN, IOS_APP, SYNC, CHROME_EXTENSION].

docGuid

String

Required
Not null

The document guid

documentName

String

The name of the document

isSendMail

boolean

Default value: false

If email should be sent

itemId

String

Required
Not null

The imanage item id for the document

mailMessage

String

The mail message

mailSubject

String

The mail subject

modifiedDate

Date

The modified date

parentItemId

String

Required
Not null

The imanage item id for the parent folder where the document is under

showInformativeVersionGuidOutOfDateError

Boolean

Not null
Default value: FALSE

Preserves backwards-compatibility for pre-4.1.0 users

suggestNewNameWhenAlreadyExists

Boolean

Not null
Default value: FALSE

If suggested new name should return if name exists

workspaceGuid

String

Required
Not null

The workspace guid

Json Format
{
workspaceGuid: String,
docGuid: String,
isSendMail: Boolean,
mailSubject: String,
mailMessage: String,
deviceType: DeviceType,
documentName: String,
modifiedDate: Date,
suggestNewNameWhenAlreadyExists: Boolean,
showInformativeVersionGuidOutOfDateError: Boolean,
itemId: String,
parentItemId: String
}