Make a request »

OptOutService.GetOptOutListByMailingListPaginated

Get global opt-out list for a given Mailinglist. (Paginated) See code examples


URL Parameters

Http verb: Get
URI: Full url: http://se.api.anpdm.com/v1/optouts/{mailinglistId}/{pageNumber}/{pageSize}
URL parameters:
mailinglistIdStringThe MailinglistID
pageNumberStringThe page in the resultset to return, starts with 1
pageSizeStringThe size of each page resultset, minimum 1

Body parameters

Body parameters
Not used

Response

Body parameters
returns
A response object which includes the paginated result, status code and a message.

Code Int32 The response Code.
Message String The response Message.
OptOutListItem
An opt-out list item DTO

Id Int64 The Id of the Optout record
Email String The Email
Reason String The Reason for the opt-out request
MailinglistId Int32 The Mailinglist to opt out of
SendQueueId Int32 The SendQueue
Created DateTime The creation time of the opt-out request
ExternalId String The external ID
Body Example


Help

Code examples