Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
EntityInRoomResponse
Response when querying about entities in a workspace
Parameters
Name Type Description

entityCustomerGivenId

String

entityDisplayedAddress

String

The displayed address

entityName

String

The entity's name

entityType

String

The type of entity

entityUUID

String

Uuid of the entity

roomRole

String

Deprecated

Json Format
{
entityType: String,
entityName: String,
entityDisplayedAddress: String,
entityCustomerGivenId: String,
entityUUID: String,
roomRole: String
}