User can retrieve primary statistical metrics on all newsletters sent to a specific list of contacts. Statistics include start and finish times; number of recipients and their preferred format; bounces and opens; links clicked; and others. 


Note:  This API call can also be found under the requesttype of "Stats".


JSON Request Example:     

{
  "username": "JohnDoe",
  "usertoken": "abc123abc123abc123abc123",
  "requesttype": "Newsletters",
  "requestmethod": "GetNewsletterStats",
  "details": {
    "list": "{*list_id*}" /* required */
  }
}
Null


"json_request"  element


Field NameDescription
usernameUsername used to login to Pinpointe
usertokenUnique token assigned to Pinpointe account
requesttypeNewsletters 
requestmethodGetNewsletterStats


"details" element


Field Name
Description
list
(Required)
List ID


Successful Response:


"response" element


Field NameDescription
statusWill return SUCCESS if newsletter(s) stats are successfully retrieved. 


"response" "data" "item" element  (primary elements)


Field NameDescription
statidStatistical report ID for this newsletter
starttimeStart time of send in UNIX time format
finishtime End time of send in UNIX time format
sendsizeNumber of contacts newsletter was sent to 
bouncecount_softNumber of reported soft bounces
bouncecount_hardNumber of reported hard bounces
bouncecount_unknownNumber of reported unknown bounces
unsubscribecountNumber of unsubscribes
emailopensNumber of opens
linkclicksNumber of link clicks
emailforwardsNumber of email forwards
subjectSubject of newsletter
newsletternameName of newsletter
listnameList name contact population belongs to


Unsuccessful Response:


"response" element


Field NameDescription
statusWill return FAILED if unsuccessful
errormessageText explaining why request failed