get_all_assets

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

Retrieves all registered assets, paginated.

Parameters

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