Retrieval of a List of Applications

Retrieves a list of applications that satisfy the filter. The return result is paginated.

Syntax

PaginationResult<ApplicationVO> getApplications(ApplicationFilterSortVO 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