EventCollectionWrapper Data Type

A wrapper class to contain a collection of event. Introduced to assist with making the webservices available to a larger variety of clients.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
event list of Event element 0/unbounded Get the events

Example

<Events>
  <event>
    <taskId>...</taskId>
    <type>...</type>
    <timestamp>...</timestamp>
    <userName>...</userName>
    <severity>...</severity>
    <item>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </item>
    <eventArgs>...</eventArgs>
  </event>
</Events>