Retrieve Application Connections

Retrieves a list of application connections that satisfy the given filter. You can filter application connections by: APPLICATION_ID, APPLICATION_CONNECTION_ID, NUMERIC_ID, SECURITY_CONF, and USER_ID. 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