Action – VC_GetAllMessagesForUser - erdomke/Innovator.Client GitHub Wiki

AML Query

<!-- SOAP_ACTION = ApplyItem or ApplyAML -->
<Item type="Method" action="VC_GetAllMessagesForUser" id="{USER ID}" />
  • id is the ID of the current user
  • filter is an item property specifying filter criteria for the messages to return. Must minimally look like <Item type='SecureMessage' action='get' />

Example (Input)

<Item type="Method" action="VC_GetAllMessagesForUser" id="30B991F927274FA3829655F50C99472E" />