Page tree
Skip to end of metadata
Go to start of metadata

Description

Returns a list of message summary objects that contain information about the messages that match the filter criteria. You can use this method to retrieve information about a message that has been sent or saved as a prepared message.

Available from

v7

Example body

<soapenv:Envelope 
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
   <soapenv:Header/>
   <soapenv:Body>
      <ecm:messageFind>
         <filter>
            <externalMessageId>test1</externalMessageId>
            <groupName>GroupA</groupName>
            <sendoutDateFrom>2018-06-20</sendoutDateFrom>
            <sendoutDateTo>2018-06-20</sendoutDateTo>
            <messageName></messageName>
            <subjectLine></subjectLine>
            <authorName></authorName>
            <authorId></authorId>
            <messageCategoryId></messageCategoryId>
            <groupId></groupId>
            <groupCategoryName></groupCategoryName>
            <groupCategoryId></groupCategoryId>
            <type></type>
            <status></status>
         </filter>
      </ecm:messageFind>
   </soapenv:Body>
</soapenv:Envelope>

  • No labels