OptionalloadWhen true, the host loads the full result set (up to its safety cap) instead of paginating.
OptionalpageOne-based page to load (for paginated views).
OptionalpagePage size to load.
OptionalsortDesired sort, applied to the host's RunView OrderBy. Empty/omitted clears sorting.
A generic, view-type-agnostic request from a renderer for the host to change how it loads the record set. Every field is optional; the host applies whatever is present. No field names a specific view type — these are universal data-access concepts.