Subscribers.Retrieve
Overview
Retrieves a list of subscribers based on the passed filter. The call returns an EmailTypePreference value only if the call involves a single subscriber.Syntax
Subscribers.Retrieve(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Criteria used to search for list subscribers |
Example
This sample code returns a list of subscribers based on the specified criteria.
var myList = List.Init('MyList');
var subs = myList.Subscribers.Retrieve({Property:"CustomerID", SimpleOperator:"equals", Value:"TestList"});