Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
GetGroupInfo
Used when getting information about a group in a workspace
Parameters
Name Type Description

groupName

String

The group name

roomGuid

String

The workspace guid

roomId

Integer

The workspace id

Json Format
{
roomId: Integer,
roomGuid: String,
groupName: String
}