API Documentation

Get Methods » GetEmailUsageReport

This method returns a report of email campaign usage over the course of a specified date range

Required paramaters: standard, DateFrom, DateTo

Optional paramaters: standard

For master account Key/Signature pair, the paramater UserId is also required.

Example Response (XML)

<SlmiCampaignSent>
	<date>2010-10-18 17:45:02</date>
	<emails_queued>6051</emails_queued>
	<emails_sent>6051</emails_sent>
	<User>
		<id>1876</id>
		<username>johndoe1</username>
	</User>
	<Title>
		<id>12345</id>
		<title>ACME Reporter</title>
	</Title>
</SlmiCampaignSent>
<SlmiCampaignSent>
	...
</SlmiCampaignSent>
<Totals>
	<chargeable>40</chargeable>
	<queued>40</queued>
</Totals>