Device Retrieval

Retrieves a list of devices (DeviceInfoVO) and paginates the results.

Syntax

PaginationResult<DeviceInfoVO> listDevices(DeviceSearchCriteriaVO searchCondition, Long skip, Long take, DeviceSortVO sortInfo) throws SUPAdminException;

Returns

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

Examples

Usage

For information on search fields and sort fields, see DeviceSearchCriteriaVO and DeviceSortVO in the Javadoc.