Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
GroupLogRecord
A record used when exporting group logs
Parameters
Name Type Description

actionDate

Date

Action date

actionType

GroupActionType

Action type

Possible values: [USER_REMOVED_FROM_ROOM, RENAME_GROUP, USER_REMOVED_FROM_FOLDER, ADD_ENTITY, REMOVE_ENTITY, DELETE_GROUP, USER_SET_MANAGER, USER_UNSET_MANAGER, USER_ADDED_TO_FOLDER, CREATE_GROUP, USER_ADDED_TO_ROOM, EDIT_ACTIVE_DIR_DETAILS].

affectedEntityAddress

String

Affected entity email address

affectedEntityName

String

Affected entity name

comment

String

Comment

groupName

String

Group name

userAddress

String

User's email adress

userName

String

User's name

workspaceName

String

Workspace name

Json Format
{
workspaceName: String,
groupName: String,
actionDate: Date,
actionType: GroupActionType,
comment: String,
userAddress: String,
userName: String,
affectedEntityAddress: String,
affectedEntityName: String
}