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

Description

Retrieves the message history for a recipient for a set time frame. The maximum time frame is 31 days. The maximum number of messages returned is 5000.
sendDate is presented as a  Datetime type

Available from

v6

Example request

<soapenv:Envelope 
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
   <soapenv:Header/>
   <soapenv:Body>
      <ecm:userGetMessageHistory>
         <userId>12508646772</userId>
         <fromDate>2018-07-01T14:00:00</fromDate>
         <toDate>2018-07-01T23:59:59</toDate>
      </ecm:userGetMessageHistory>
   </soapenv:Body>
</soapenv:Envelope>
  • No labels