HomeGuidesAPI Reference
Submit Documentation FeedbackJoin Developer CommunityOptimizely GitHubOptimizely NuGetLog In


Queries the data of each recipient list in Optimizely Campaign. This method can be replaced by the .NET replacement methods [getColumnNames](🔗) and [getDataSetFlat](🔗).

**Type**: String[ ] [ ]

**Parameters**

NameTypeValue
sessionIdStringID of the session

**Return values**

A data set where the first row contains the column names and the following rows contains the values for each recipient list.

The data set's columns and column order are subject to change.

**Code structure**