Registration Template Retrieval

Retrieves a list of registration templates.

Syntax

List<DeviceTemplateInfoVO> getDeviceTemplateList() throws SUPAdminException;

Returns

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

Examples