Make a request »

MailingListService.GetMailinglistSubscribersWithFilter

Get all subscribers on a mailing list that match a filter, with option to retrieve all, some or no demographic data fields (Queued). See code examples


URL Parameters

Http verb: POST
URI: Full url: http://se.api.anpdm.com/v1/mailinglists/{MailinglistID}/subscribers/all/{FilterID}
URL parameters:
MailinglistIDStringThe mailinglist id
FilterIDStringFilter the result on this column

Body parameters

Body parameters
DemData
The demographic data to include

AllDemographics Boolean True if we should return all the demographic data fields
FieldNames List
<String>
List of fieldnames if we only want to retrieve a limited set of demographic data fields
Body Example

Response

Body parameters
returns
A response object which includes the queued 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