Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 845 Bytes

File metadata and controls

27 lines (16 loc) · 845 Bytes

AchievementAdditionalProperties

Properties

Name Type Description Notes
campaignId Long The ID of the campaign the achievement belongs to.
userId Long ID of the user that created this achievement.
createdBy String Name of the user that created the achievement. Note: This is not available if the user has been deleted. [optional]
hasProgress Boolean Indicates if a customer has made progress in the achievement. [optional]
status StatusEnum The status of the achievement. [optional]

Enum: StatusEnum

Name Value
INPROGRESS "inprogress"
EXPIRED "expired"
NOT_STARTED "not_started"
COMPLETED "completed"