Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
CreateNewIManageDocument
Information for creating imanage document
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].

documentName

String

Required
Not null

The document name

isSendMail

boolean

Default value: false

Send mail to workspace owner

mailMessage

String

Mail message

mailSubject

String

Mail subject

modifiedDate

Date

The modified date

openForAllRoom

boolean

Default value: false

This variable indicates this file should be open to all present and future workspace entities.

parentItemId

String

Required
Not null

The imanage item id of the parent folder which the document will be in

suggestNewNameWhenAlreadyExists

Boolean

Not null
Default value: TRUE

If need to suggest new name if name already exists

workspaceGuid

String

Required
Not null

The workspace guid

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