Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.13 KB

File metadata and controls

15 lines (10 loc) · 1.13 KB

# AchievementAdditionalPropertiesV2

Properties

Name Type Description Notes
userId int 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]
periodEndOverride \TalonOne\Client\Model\TimePoint [optional]
hasProgress bool Indicates if a customer has made progress in the achievement. [optional]
status string The status of the achievement. - `active`: The achievement is available to customers. - `scheduled`: The achievement has a `fixedStartDate` set in the future. - `expired`: The achievement's `endDate` is in the past. [optional]

[Back to Model list] [Back to API list] [Back to README]