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

getAllIds

Queries the IDs of all existing coupon blocks in Optimizely Campaign.

Type: long[ ]

Parameters

NameTypeValue
sessionIdStringID of the current session
couponSourceStringType of the coupon block:

- static – Contains static coupon codes. These must be added manually (add or addAll.
- generated – Coupon codes are automatically generated when sending the mailing and are unique.

Return values

The IDs of all existing coupon blocks

Code structure

long[] getAllIds(String sessionId, String couponSource)