Make a request »

SendingService.GetOptOuts

Get optouts for a specific sending, optionally by date interval. The following date format is valid: yyyyMMddTHHmmss. Also returns the parameter ”ExternalID” which allows you to map results with external data sources. See code examples


URL Parameters

Http verb: Get
URI: Full url: http://se.api.anpdm.com/v1/sendqueues/{sendQueueId}/optouts?dateFrom={dateFrom}&dateTo={dateTo}
URL parameters:
sendQueueIdStringThe send queue id
dateFromStringStart date of date interval
dateToStringEnd date of date interval

Body parameters

Body parameters
Not used

Response

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

Code Int32 The response Code.
Message String The response Message.
Result
The response Result.

OperationGuid Guid ID of this operation
PollURL String The URL to poll for the status of this operation
Body Example


Help

Code examples