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

description

String

Minimum size: 0  Maximum size: 200

Workspace description

name

String

Required
Minimum size: 1  Maximum size: 2147483647

Workspace name

renameIfExists

Boolean

Not null
Default value: FALSE

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

Json Format
{
name: String,
description: String,
renameIfExists: Boolean
}