Method to get the log items of a mailing.
Resource URL
https://api.wbsrvc.com/Mailing/GetLog/
Method
POST
Parameters
user_key Required |
User Key of the user who initiates the call. Type: string |
mailing_id Required |
ID of the mailing. Type: integer |
action Optional |
Filter using the log action. Type: string |
start_date Optional |
Filter using a start date. Type: date – yyyy-mm-dd hh:mm:ss |
end_date Optional |
Filter using a end date. Type: date – yyyy-mm-dd hh:mm:ss |
record_id Required |
Filter using the ID of the member. Type: integer |
totals Optional |
Return all the log items. Type: string – possible value ‘true’, ‘false’ |
uniques Optional |
Return unique log item per member. Type: string – possible value ‘true’, ‘false’ |
limit Optional |
Limit the number of resulting log items. Type: integer |
offset Optional |
Offset the beginning of resulting log items. Type: integer |
count Optional |
Return the number of log items. Type: string – possible value ‘true’, ‘false’ |
client_id Optional |
Client ID of the client in which the mailing is located. Type: integer |