All Verbs | /service/GetAllReports |
---|
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /service/GetAllReports HTTP/1.1
Host: www.bernhardt.com
Accept: application/json
Content-Type: application/json
Content-Length: length
{}
HTTP/1.1 200 OK Content-Type: application/json Content-Length: length [{"abuseReports":0,"bounces":{"hardBounces":0,"softBounces":0,"syntaxErrors":0},"campaignTitle":"String","subjectLine":"String","clicks":{"clickRate":0,"clicksTotal":0,"lastClick":"0001-01-01T00:00:00.0000000Z","uniqueClicks":0,"uniqueSubscriberClicks":0},"deliveryStatus":{"enabled":false,"canCancel":false,"status":"String","emailsSent":0,"emailsCanceled":0},"emailsSent":0,"facebookLikes":{"facebookLikeCount":0,"recipientLikes":0,"uniqueLikes":0},"forwards":{"forwardsCount":0,"forwardsOpens":0},"id":"String","industryStats":{"abuseRate":0,"bounceRate":0,"clickRate":0,"openRate":0,"result":"String","unopenRate":0,"unsubRate":0},"listStats":{"clickRate":0,"openRate":0,"subRate":0,"unsubRate":0},"opens":{"lastOpen":"0001-01-01T00:00:00.0000000Z","openRate":0,"opensTotal":0,"uniqueOpens":0},"sendTime":"String","shareReport":{"sharePassword":"String","shareUrl":"String"},"type":1,"unsubscribed":0}]