Channels

GetChannelStatistics

Get channel statistics

get/channel/{id}/statistics

Path parameters

idstring required

Channel ID

Query parameters

startDatestring required

Start date timestamp

endDatestring required

End date timestamp

aggregatestring

Aggregate statistics? Defaults to true. Will output array if false.

Response

Success-Response:

sentnumber required
<p>total sent count in channel</p>
deliverednumber required
<p>total delivered count in channel</p>
clickednumber required
<p>total clicked count in channel</p>
optInsnumber required
<p>total optIns count in channel</p>
optOutsnumber required
<p>total optOuts count in channel</p>
confirmAlertsnumber required
<p>total confirmAlerts count in channel</p>
subscriptionsEndDatenumber required
<p>total subscriptionsEndDate count in channel</p>
activeSubscriptionsEndDatenumber required
<p>total activeSubscriptionsEndDate count in channel</p>
inactiveSubscriptionsEndDatenumber required
<p>total inactiveSubscriptionsEndDate count in channel</p>

Changes