Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.95 KB

RevisionVersion.md

File metadata and controls

44 lines (32 loc) · 1.95 KB

RevisionVersion

Properties

Name Type Description Notes
id Integer Unique ID for this entity. Not to be confused with the Integration ID, which is set by your integration layer and used in most endpoints.
accountId Integer
applicationId Integer
campaignId Integer
created OffsetDateTime
createdBy Integer
revisionId Integer
version Integer
name String A user-facing name for this campaign. [optional]
startTime OffsetDateTime Timestamp when the campaign will become active. [optional]
endTime OffsetDateTime Timestamp when the campaign will become inactive. [optional]
attributes Object Arbitrary properties associated with this campaign. [optional]
description String A detailed description of the campaign. [optional]
activeRulesetId Integer The ID of the ruleset this campaign template will use. [optional]
tags List<String> A list of tags for the campaign template. [optional]
couponSettings CodeGeneratorSettings [optional]
referralSettings CodeGeneratorSettings [optional]
limits List<LimitConfig> The set of limits that will operate for this campaign version. [optional]
features List<FeaturesEnum> A list of features for the campaign template. [optional]

Enum: List<FeaturesEnum>

Name Value
COUPONS "coupons"
REFERRALS "referrals"
LOYALTY "loyalty"
GIVEAWAYS "giveaways"
STRIKETHROUGH "strikethrough"
ACHIEVEMENTS "achievements"