Retrieval of a List of Packages from an Application

Retrieves a list of packages from an application that satisfy the filter. The return result is paginated

Syntax

PaginationResult<ApplicationPackageVO> getApplicationPackages(Application_FilterSortVO 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