get_subscriptions_filtered

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

Retrieves all subscriptions based on the selected filter of subscription_filter, paginated

Parameters

subscription_filter

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