getSentItemsBetween

This method returns a collection of packages sent over a date time period. Only system administrators can use this web service call.

Request Parameters

Parameter Type Requirement Description
Username xsd:string mandatory - cannot be null or empty Login Credentials.
password xsd:string mandatory - cannot be null or empty Login Credentials.
pwordEncoded xsd:boolean optional - can be null (indicates false) Indicates if the password parameter is MD5 hash and base64 encoded.
from xsd:datetime optional - can be null or empty (but will use current system time) The start time of the time period to retrieve sent packages.
to xsd:datetime optional - can be null or empty (but will use current system time) The end time of the time period to retrieve sent packages.
sender xsd:string optional - can be null or empty Optional field to specify to retrieve all from a specific sender. This can also be used with a wildcard.

Response

Response Type: String

XML Example

<?xml version="1.0" encoding="UTF-8"?>
<sentmessages>
 <m>
 <mi>3265691</mi>
 <si>1187006</si>
 <sa>1187004_john.smith@example.com</sa>
 <wf></wf>
 <sn>true</sn>
 <sm>true</sm>
 <r>1187004_joebloggs@example.co.uk</r>
 <ms>19</ms>
 <na>0</na>
 <ep>true</ep>
 <rp></rp>
 <sd>Aug 20 2014 05:36:21</sd>
 <ct>Aug 20 2014 05:39:07</ct>
 <pr></pr>
 <pn></pn>
 <ed></ed>
 <ad></ad>
 <cp></cp>
 </m>
</sentmessages>