Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideLegal TermsGitHubNuGetDev CommunitySubmit a ticketLog In

getRecipientFilterIds

Queries the target group IDs of a mailing in Optimizely Campaign.

See also RecipientFilterWebservice.

Type: long[ ]

Parameters

NameTypeValue
sessionIdStringID of the session
mailingIdlongID of the mailing

Return values

Target group IDs of the mailing

Returns an empty array if no target group is available.

Code structure

long[] getRecipientFilterIds(String sessionId, long mailingId)