retrieveCustomerOverview

abstract fun retrieveCustomerOverview(page: Int, size: Int, sorting: List<SortOrder>): CustomersOfUserListDto

Retrieves the overview of customers related to the current user.

Return

The list of customers related to the current user, along with pagination information.

Parameters

page

The page number to retrieve. Starts from 1 for the first page.

size

The number of customers to retrieve per page.

sorting

The list of sort orders to apply to the result.