list With Read Status
abstract fun listWithReadStatus(max: Int, handler: CompletionHandler<List<SpaceReadStatus>>)
Content copied to clipboard
Returns a list of SpaceReadStatus with details about the date of the last activity in the space, and the date of current user last presence in the space. The list is sorted with this with most recent activity first. For spaces where lastActivityDate lastSeenDate the space can be considered to be "unread"
Since
2.3.0
Parameters
max
The maximum number of result, recommend that the parameter is limited between 1 and 100.
handler
A closure to be executed once the request has finished.