getIdsInStatus
Queries the IDs of all mailings of a specific type and status in Optimizely Campaign.
Type: long[ ]
Parameters
| Name | Type | Value | 
|---|---|---|
| sessionId | String | ID of the session | 
| mailingType | String | Type of the mailing (regular, event, confirmation, template, campaign, split) | 
| mailingStatus | String | 
 | 
Return values
IDs of all mailings of the given type and status
Code structure
long[] getIdsInStatus(String sessionId, String mailingType, String mailingStatus)Updated about 2 months ago