go back to DocumentReportingService

GET /documents/customTemplates

Retrieves a list of all custom and label type document designer report templates.

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:

Try It Out

Request

- Authentication Help