EventMonitor 2.5 GetEventDetail
Gets the metadata and/or data of the event detail specified by the DetailId.
Parameters
| Name | Type | Direction | Description |
|---|---|---|---|
| psAuthContext | String | InOut | Deprecated 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. |
| plDetailId | Long | In | The unique identifier of an event detail |
| psXMLRequestedEventData | String | In | Requested Event Metadata XML structure indicating which metadata has to be retrieved for a given event |
| pbIncludeData | Boolean | In | Boolean that indicates whether the object content has to be returned as well |
| psOutXMLEventList | String | Out | Event 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, anInvalidObjectexception is thrown. - The
levelattribute on theishfieldelements in the parameterpsXMLRequestedEventDatamust be 'detail' or 'data'. - When the parameter
pbIncludeDatais true and the event detail has no event data, an InvalidObjectException is thrown.