Get and render a template
Retrieve and render the template for the given navigation state.
The navigation state is determined from the DSL object by the userQuery (for the search terms) and the filters (for the filter values).By default will only trigger published versions of templates; specify staging=true to instead trigger staging versions of templates. The provided DSL request object + any additional request parameters are passed through to each query profile when rendering each zone.
Path Parameters
Fusion application name that contains the templates.
Query Parameters
This field indicates if the request is set to retrieve published or unpublished (staging) templates. The default of false retrieves published templates. If set to true, the request retrieves unpublished (staging) templates.
Comma-separated list of template types, indicating which possible types of templates to trigger (e.g. landing, item-detail...)
Body
DSL request, used to determine navigation state and will be passed through to the indicated query profiles when rendering each zone.
Response
OK