get_assets_by_type
@mount("ft4.get_assets_by_type")
query get_assets_by_type(type: text, page_size: integer?, page_cursor: text?): paged_result(source)
Retrieves all assets of a specified type, paginated.
Parameters
type
the type of assets to be returned
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