Available from

v7

Description

Returns list of prepared messages.
externalMessageId is required parameter.
To get the result faster, use limit (1-500).

Example request

<soapenv:Envelope 
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
   <soapenv:Header/>
   <soapenv:Body>
      <ecm:preparedmessageFind>
         <filter>
            <externalMessageId>?</externalMessageId>
            <limit>?</limit>            
            <messageName>?</messageName>
            <subjectLine>?</subjectLine>
            <authorName>?</authorName>
            <authorId>?</authorId>
            <messageCategoryId>?</messageCategoryId>
            <groupName>?</groupName>
            <groupId>?</groupId>
            <groupCategoryName>?</groupCategoryName>
            <groupCategoryId>?</groupCategoryId>
            <creationDateFrom>2018-07-01</creationDateFrom>
            <creationDateTo>2018-07-31</creationDateTo>
            <lastUpdateDateFrom>2018-07-01</lastUpdateDateFrom>
            <lastUpdateDateTo>2018-07-31</lastUpdateDateTo>
         </filter>
      </ecm:preparedmessageFind>
   </soapenv:Body>
</soapenv:Envelope>