Load skin HTML page

Loads an HTML page from the etc/skins/SKIN_NAME/templates directory. This skin folder will be found at the file location defined by the app.docs_root configitem in the application.yml file.

Example API call

/lcapi?target=resource&action=html&file_name=cvGraphicControl.html

Parameters

ParameterDescription
targetresource
actionhtml
file_nameThe full name of the skin HTML page to load, such as cvGraphicControl.html, or config/components.xml.

Returns

On success
The HTML page requested, with template variables dynamically injected.
On failure
Nothing.