get_accounts_filtered

@mount("ft4.get_accounts_filtered") query get_accounts_filtered(account_filter: account_filter, page_size: integer?, page_cursor: text?): paged_result(source)

Retrieves all accounts based on the selected filter of account_filter, paginated

Parameters

account_filter

with indexed fileds from the account entity

page_size

the size of the pages to retrieve

page_cursor

a pointer to where the page should start

See also

utils.paged_result

for information about pagination