Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

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

NameTypeValue
sessionIdStringID of the session
recipientListIdlongID of the recipient list
attributeNamesString[ ]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)