get_assets_filtered
@mount("ft4.get_assets_filtered")
query get_assets_filtered(asset_filter: asset_filter?, page_size: integer?, page_cursor: text?): paged_result(source)
Returns paginated and filtered details of all assets based on the selected filtering
Parameters
asset_filter
a struct containing the keys and indexes of the asset entity to enable filtering for the assets to fetch
page_size
the size of the pages to retrieve
page_cursor
a pointer to where the page should start