Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
RenameIManageDocument
Information about the file to rename
Parameters
Name Type Description

deviceType

DeviceType

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].

itemId

String

Required
Not null

The imanage item id for the document

newDocumentName

String

Required
Not null

New file name

parentItemId

String

Required
Not null

The imanage item id for the parent folder where the docuemnt is in

workspaceGuid

String

Required
Not null

Worksapce guid

Json Format
{
workspaceGuid: String,
itemId: String,
parentItemId: String,
newDocumentName: String,
deviceType: DeviceType
}