Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
CreateRoom
Add workspace.
Parameters
Name Type Description

administrators

List(String)

Required
Not null

List of workspace administrators

description

String

Minimum size: 0  Maximum size: 200

Workspace description

forcePin

Boolean

Default value: FALSE

name

String

Required
Minimum size: 1  Maximum size: 2147483647

Workspace name

personalWorkspace

Boolean

Not null
Default value: FALSE

product

String

Default value: "VDR"

Product name. Values are VDR (Workspace), SHAREPOINT

renameIfExists

Boolean

Not null
Default value: FALSE

If set to true will create workspace with modified name - if name already exists

sharepointLibraryId

String

sharepointPath

String

workspaceType

String

Not null
Minimum size: 5  Maximum size: 2147483647

Json Format
{
name: String,
description: String,
product: String,
administrators: List(String),
sharepointLibraryId: String,
sharepointPath: String,
externalRepositoryIdentifier:
{
externalRepository: ExternalRepositoryType,
externalId: String,
externalRepositoryUuid: String
},
renameIfExists: Boolean,
personalWorkspace: Boolean,
workspaceType: String,
forcePin: Boolean
}