getListDiscussions

abstract Flow<DgfrCallState<DiscussionPage>> getListDiscussions(String sort, Boolean closed, List<String> forIds, Integer page, Integer pageSize)

List all Discussions

Parameters

sort

The sorting attribute (optional, default to -created)

closed

Filters discussions on their closed status if specified (optional)

forIds

Filter discussions for a given subject (optional)

page

The page to fetch (optional, default to 1)

pageSize

The page size to fetch (optional, default to 20)