getCount
Counts all recipients in Optimizely Campaign. Optionally, you can use a target group.
Type: int
Parameters
| Name | Type | Value |
|---|---|---|
| sessionId | String | ID of the session |
| recipientListId | long | ID of the recipient list |
| recipientFilterId | long | ID of the target group
|
Return values
Number of all recipients
Code structure
int getCount(String sessionId, long recipientListId, long recipientFilterId)
Request limit
In total, a maximum of 10 simultaneous requests for the following operations are permitted per client: SOAP API getCount (RecipientWebservice), REST API selectRecipients and REST API countRecipients.
Updated 21 days ago
Did this page help you?
