GET /documents/customTemplates
Retrieves a list of all custom and label type document designer report templates.
Roles that can access this endpoint are Users.
Parameters
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
|
Result
List
<
RowReportTemplate
>
of type:
application/xml
application/json
a list of RowReportTemplate
objects
Child Elements:
RowReportVariable
These elements represent the input variables for the given template.
Try It Out
Request