Retrieve
Overview
Retrieves an array of subscribers based on the specified criteriaSyntax
Retrieve(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required |
Example
This sample code retrieves an array of subscribers based on the specified criteria:
var results = Subscriber.Retrieve({Property:"SubscriberKey",SimpleOperator:"equals",Value:"MySubscriberKey"});