Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ListRoomEntities
Details about how to list the workspace entities
Parameters
Name Type Description

ascending

boolean

Default value: true

is ascending

fetchMembers

Boolean

Not null
Default value: TRUE

Added for backwards compatibility. Since requesting the members for groups etc might cause heavy IO load, we made it optional. When not fetching the members, we'll fill the number of members in the group/DL

pagination

Pagination

pagination info

roomGuid

String

roomId

Integer

Json Format
{
roomId: Integer,
roomGuid: String,
pagination:
{
pageSize: Integer,
pageNumber: Integer
},
ascending: Boolean,
fetchMembers: Boolean
}