Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
RoomList
List of workspaces
Parameters
Name Type Description

roomGuids

List(String)

Default value: new ArrayList<>()

roomIds

List(String)

Default value: new ArrayList<>()

List of workspace ids

workspaceTypes

Set(String)

Not null
Minimum size: 1  Maximum size: 2147483647

List of workspace types

Json Format
{
roomIds: List(String),
roomGuids: List(String),
workspaceTypes: Set(String)
}