getName
Queries the internal name of a recipient list in Optimizely Campaign.
Type: String
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
recipientListId | long | ID of the recipient list |
Return values
Internal name of the recipient list
Code structure
String getName(String sessionId, long recipientListId)
Updated almost 3 years ago