Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.07 KB

File metadata and controls

29 lines (18 loc) · 1.07 KB

Reward

Properties

Name Type Description Notes
id Long The internal ID of this entity.
created OffsetDateTime The time this entity was created.
accountId Long The ID of the account that owns this entity.
name String The name of the reward.
apiName String A unique identifier used to reference the reward in API integrations.
description String A description of the reward. [optional]
applicationIds List<Long> The IDs of the Applications this reward is connected to. Note: Currently, a reward can only be connected to one Application.
sandbox Boolean Indicates if this is a live or sandbox reward. Rewards of a given type can only be connected to Applications of the same type.
status StatusEnum The status of the reward.

Enum: StatusEnum

Name Value
ACTIVE "active"
INACTIVE "inactive"