Query

Use Query to bring the information a Solution View needs into scope, such as a list of orders or customer details.

ParameterDescription
idLiteral runtime identifier.
pathSolution-relative JSON endpoint path.
ifConditional rendering expression.

Usage

xml
<Query id="orders" path="/api/orders" />