listAllAssetGroups
abstract fun listAllAssetGroups(page: Int, size: Int, referenceCurrency: IsoCurrencyEnumDto? = null, customerId: String? = null, groupBy: AssetGroupEnumDto? = null, securitiesOnly: Boolean? = null): AssetGroupedOverviewResponseDto
Retrieves the overview of all asset groups.
Return
The overview of all asset groups.
Parameters
page
The page number.
size
The number of asset groups per page.
referenceCurrency
The reference currency for asset values (optional).
customerId
The ID of the customer (optional).
groupBy
The enum value to group the assets by (optional).
securitiesOnly
Determines whether to include only securities (optional).