Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ExportActivityHistoryForTransientRooms
Used when exporting the activity history for multiple rooms
Parameters
Name Type Description

from

Date

From when

roomGuids

Set(String)

Not null
Default value: new HashSet<>()

roomIds

Set(Integer)

Not null
Default value: new HashSet<>()

to

Date

Till when

Json Format
{
from: Date,
to: Date,
roomIds: Set(Integer),
roomGuids: Set(String)
}