Retrieve Application Connections

Retrieves a list of application connections that satisfy the given filter. The return result is paginated.

Syntax

PaginationResult<ApplicationConnectionVO> getApplicationConnections(AppConnection_FilterSoftVO 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