Make a request »

OptOutService.GetOptOutAllByDateIntervalPaginated

Get global optout list for an account between dates. (Paginated) See code examples


URL Parameters

Http verb: Get
URI: Full url: http://se.api.anpdm.com/optouts/v2/global/{startDateStr}/{endDateStr}/{pageNumber}/{pageSize}
URL parameters:
startDateStrStringThe start of the date interval. Format YYYYMMDDTHHMMSS
endDateStrStringThe end date of the interval. Format YYYYMMDDTHHMMSS
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.
OptOutAllItem
OptOutAll item

Id Int64 Id of the Optoutall
Email String The Email
Reason String The reason for the opt out
MailingListId Nullable<Int32> The mailinglist which the optout was made from
SendQueueId Nullable<Int32> The Sendqueueid which the opt out was madee from
Created DateTime The date when the opt out was created
Name String The Name
Format String The format
ExternalId String The externalId
CountryCode String The countrycode
PhoneNumber String The phoneNumber
SubscriberId Int64 The subscriberId
Body Example


Help

Code examples