getListHarvestSources

abstract Flow<DgfrCallState<List<HarvestSourcePage>>> getListHarvestSources(Integer page, Integer pageSize, String owner, Boolean deleted)

List all harvest sources

Parameters

page

The page to fetch (optional, default to 1)

pageSize

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

owner

The organization or user ID to filter on (optional)

deleted

Include sources flaggued as deleted (optional, default to false)