getContent
Queries the content of an attachment in Optimizely Campaign.
Type: byte[ ]
Parameters
| Name | Type | Value | 
|---|---|---|
| sessionId | String | ID of the session | 
| attachmentId | long | ID of the attachment | 
Return values
Content of the attachment
Code structure
byte[] getContent(String sessionId, long attachmentId)Updated about 2 months ago
Next