Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 769 Bytes

File metadata and controls

26 lines (15 loc) · 769 Bytes

AchievementAdditionalPropertiesV2

Properties

Name Type Description Notes
userId Long The 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"