Retrieval of Client Logs

Retrieves the client logs specified in the search and sort criteria.

Syntax

PaginationResult<LogEntryVO> getClientLogs(ClientLogSearchCriteriaVO searchCriteria, Integer skip, Integer take, ClientLogSortVO sortInfo) throws SUPAdminException;

Returns

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

Examples