get_rl_states_filtered

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

Retrieves all rl_states based on the selected filter of rl_state_filter, paginated

Parameters

rl_state_filter

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