get_account_links_filtered

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

Retrieves all account_links based on the selected filter of account_link_filter, paginated

Parameters

account_link_filter

filter with indexed fileds from the account_link 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