Application Connection Template Retrieval

Retrieves a list of application connection templates.

Syntax

PaginationResult<ApplicationConnectionTemplateVO> getApplicationConnectionTemplates(AppConnectionTemplateFilterSortVO filter, Long offset, Integer length) throws SUPAdminException;

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples