JB Leblanc

Results 2 issues of JB Leblanc

Is it possible to get the data from the Complaints (or Spam Complaints) table with the API ? ![image](https://user-images.githubusercontent.com/40574523/42577651-13e7d89c-8525-11e8-84eb-b8d1f842dde3.png)

As described in the Salesforce documentation ( [https://help.salesforce.com/articleView?id=mc_as_bounces.htm&type=5](https://help.salesforce.com/articleView?id=mc_as_bounces.htm&type=5) ), Bounce event contains those following info : "ClientID","SendID","SubscriberKey","SubscriberID","ListID","EventDate","EventType","BounceCategory","SMTPCode","BounceReason","BatchID","TriggeredSendExternalKey". I want to get a dict with those columns, but when I specify...