Make a request »

BounceService.GetByDateIntervalPaginated

Get bounces for an account between two dates (Paginated) See code examples


URL Parameters

Http verb: Get
URI: Full url: http://se.api.anpdm.com/v1/bounces/date/from/{startDateStr}/to/{endDateStr}/page/{pageNumber}/size/{pageSize}
URL parameters:
startDateStrStringStart date. Format YYYYMMDDTHHMMSS
endDateStrStringEnd date. Format YYYYMMDDTHHMMSS
pageNumberStringPage number
pageSizeStringPage size

Body parameters

Body parameters
Not used

Response

Body parameters
returns
A list of bounce items

Code Int32 The response Code.
Message String The response Message.
BounceItem
The bounce item

Id Int64 The id for the bounce
SendQueueId Int64 Gets or sets the id of the send queue the bounce belongs to
Email String Gets or sets the bounced email
Category String Gets or sets the bounce type (unknown, soft or hard)
Reason String Gets or sets the bounce reason
Created DateTime Gets or sets the creation date and time of the bounce log
Body Example


Help

Code examples