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

Description

Finds draft messages specified by a draft message filter.

Available from

v7

Example request

<soapenv:Envelope   
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
   <soapenv:Header/>
   <soapenv:Body>
      <ecm:draftmessageFind>
         <filter>
            <externalMessageId>?</externalMessageId>
            <messageName>Test Draft Message</messageName>
            <subjectLine>?</subjectLine>
            <authorName>?</authorName>
            <authorId>?</authorId>
            <messageCategoryId>?</messageCategoryId>
            <creationDateFrom>2018-07-10</creationDateFrom>
            <creationDateTo>2018-08-10</creationDateTo>
            <lastUpdateDateFrom>2018-07-10</lastUpdateDateFrom>
            <lastUpdateDateTo>2018-08-10</lastUpdateDateTo>
         </filter>
      </ecm:draftmessageFind>
   </soapenv:Body>
</soapenv:Envelope>

  • No labels