Retrieval of Detailed Messaging History

Retrieves a detailed messaging history for the specified domains and packages.

Syntax

Collection<MessagingHistoryDetailVO> getMessagingHistoryDetail(Collection<MonitoredObject> monitoredObjects, Date startTime, Date endTime, Long offset, Integer length, SortedField<? extends Enum> sortedField) throws SUPAdminException;

Returns

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

Examples