Get List Recently Sent Mailings

Implementation Notes

Gets the details of recently sent mailings.

Response Class (Status 200)

MailingDetails{
MailingID(integer, optional),
MailingName(string, optional),
ScheduledDatetime( string, optional),
TotalRecipients( integer, optional),
DeliveredCount (boolean, optional),
BounceCount(string, optional),
CreatedDate(string, optional)
}
 { 
    "MailingID": "string", 
    "MailingName": "string", 
    "ScheduledDatetime": "string", 
    "TotalRecipients": "string", 
    "DeliveredCount": "string", 
    "BounceCount": "string", 
    "CreatedDate": "string" 
 }  

Parameters

Parameter Value Description Parameter Type Data Type
ApiKey The Value of the API Key Path String

Response Messages

HTTP Status Code Reason Response Model Headers
403 Access Denied    
404 Not Found