Get Job Report Detail

Get Job Report in XML formatted string.


Function

  • getJobReportDetail()

Url

  • POST: /PuresendService/v1/getJobReportDetail

Parameters

  • jobId: int
    • Job ID
  • type: int
    • Report type. Value:
      • 2: Clickthru
      • 3: Total opens
      • 4: Opt out
      • 8: Permanent bounce
      • 9: Temporary bounce
      • 10: Blocked bounce
      • 36: Feedback loop complaints
      • 38: Queued
      • 40: Delivered
  • offset: int
    • Start offset of the results.
  • limit: int
    • Maximum number of display results.

Return

  • String:
    • Returns standard job report detail represented as a CSV formatted string.

Exception

  • Exception

Documentation

  • Returns standard job report represented as a CSV formatted string.

Examples

{
    "jobId": 1234,
    "reportType": 40,
    "offset": 0,
    "limit": 2
}
"When,Detail,Gateway IP,Email,IP,Opt-in,Import Date,Last Mail Date,Email Format,Hard Bounced,Temporary Bounces,From (Personal),From (Email),Custom 1,Custom 2,Custom 3,Custom 4,Custom 5,Company,Phone,Brand,Source,Street Address,City,State,Zip,Job Title,Country,Unique ID,Income,Gender\r\n
2022-02-06 00:34:07.554-05,250 OK id=1nGaBb-0006CT-9V,921700381,test-98@email.com,,t,2022-01-27 11:18:36.110526-05,2022-06-03 12:44:40.397088-04,HTML,f,9344,,,,,,,,,,,,,,,,,,,,\r\n
2022-02-06 00:34:07.428-05,250 OK id=1nGaBb-0006CS-40,921700387,test-97@email.com,,t,2022-01-27 11:18:43.286564-05,2022-06-03 12:45:15.629594-04,HTML,f,9344,,,,,,,,,,,,,,,,,,,,\r\n"