Device Retrieval

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

Syntax

PaginationResult<DeviceInfoVO> SUPDeviceUser.listDevices(DeviceSearchCriteriaVO searchCondition, skip, take, DeviceSortVO sortInfo)

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.