Retrieves a list of all custom and label type document designer report templates.
name | description | type | default | type |
---|---|---|---|---|
request | read for query parameters to be used as search criteria; use any combination
of fields from the report_template table
For example, /documents/customTemplates?descr=mc*
would find templates having a description that starts with 'mc'. |
context | HttpServletRequest |
a list of RowReportTemplate
objects
Child Elements:
RowReportVariable
These elements represent the input variables for the given template.