getAll
Queries all recipients that are contained in a specific recipient list in Optimizely Campaign.
This method can be replaced by the .NET replacement method getAllFlat.
Type: String[ ] [ ]
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
recipientListId | long | ID of the recipient list |
attributeNames | String[Â ] | Names of the fields, whose recipient data shall be queried |
Return values
All recipients that are contained in the recipient list
Code structure
String[][] getAll(String sessionId, long recipientListId, String[] attributeNames)
Updated over 2 years ago
Next