Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

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)