Documentation Center

EventMonitor 2.5 GetEventDetail

Gets the metadata and/or data of the event detail specified by the DetailId.


Parameters

NameTypeDirectionDescription
psAuthContextStringInOutDeprecated proprietary authentication context only used by .ASMX web services based on internal username/password authentication. Claims based security standards drive all the WCF .SVC web services making this parameter redundant.
plDetailIdLongInThe unique identifier of an event detail
psXMLRequestedEventDataStringInRequested Event Metadata XML structure indicating which metadata has to be retrieved for a given event
pbIncludeDataBooleanInBoolean that indicates whether the object content has to be returned as well
psOutXMLEventListStringOutEvent List XML structure containing both the event data content (base 64 encoded) and the requested metadata.

Note that:
  • When no event is found with the specified DetailId, an InvalidObject exception is thrown.
  • The level attribute on the ishfield elements in the parameter psXMLRequestedEventData must be 'detail' or 'data'.
  • When the parameter pbIncludeData is true and the event detail has no event data, an InvalidObjectException is thrown.