Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
CreateFolder
Add folder.
Parameters
Name Type Description

deviceType

DeviceType

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

name

String

Required
Not null

New folder name.

parentGuid

String

Parent folder UUID (if not specified or zero the folder will be created in the workspace's root ).

parentId

Integer

Parent folder ID (if not specified or zero the folder will be created in the workspace's root ).

roomGuid

String

Workspace Guid.

roomId

Integer

Workspace ID.

Json Format
{
roomId: Integer,
roomGuid: String,
parentId: Integer,
parentGuid: String,
name: String,
deviceType: DeviceType,
externalRepositoryIdentifier:
{
externalRepository: ExternalRepositoryType,
externalId: String,
externalRepositoryUuid: String
}
}