Make a request »

OpenService.GetOpensBySendqueueIdPaginated

Get opens based on SendQueueID, ordered by Open ID (Paginated) See code examples


URL Parameters

Http verb: Get
URI: Full url: http://se.api.anpdm.com/v1/opens/sendqueues/{sendQueueId}/page/{pageNumber}/size/{pageSize}
URL parameters:
sendQueueIdStringThe sendqueueId for the sending
pageNumberStringPage number
pageSizeStringPage size

Body parameters

Body parameters
Not used

Response

Body parameters
returns
List of Open items

Code Int32 The response Code.
Message String The response Message.
OpenItem
Open item

Id Int64 The id for the openitem
SendQueueId Int64 The sendqueueId where the open was made
SubscriberId Int64 The subscriberId which made the open
DateTime DateTime The date the open was made
Email String The Email who made the open.
Body Example


Help

Code examples