get List Discussions
abstract Flow<DgfrCallState<DiscussionPage>> getListDiscussions(String sort, Boolean closed, List<String> forIds, Integer page, Integer pageSize)
Content copied to clipboard
List all Discussions
Parameters
sort
The sorting attribute (optional, default to -created)
closed
Filters discussions on their closed status if specified (optional)
for Ids
Filter discussions for a given subject (optional)
page
The page to fetch (optional, default to 1)
page Size
The page size to fetch (optional, default to 20)