getDescription
Queries the description of a mailing in Optimizely Campaign.
Type: String
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
mailingId | long | ID of the mailing |
Return values
Description of the mailing
Code structure
String getDescription(String sessionId, long mailingId)
Updated almost 3 years ago