Name | Type | Description | Notes |
---|---|---|---|
achievementId | Integer | The internal ID of the achievement. | |
name | String | The internal name of the achievement used in API requests. | |
title | String | The display name of the achievement in the Campaign Manager. | |
description | String | The description of the achievement in the Campaign Manager. | |
campaignId | Integer | The ID of the campaign the achievement belongs to. | |
status | StatusEnum | The status of the achievement. | |
target | BigDecimal | The required number of actions or the transactional milestone to complete the achievement. | [optional] |
progress | BigDecimal | The current progress of the customer in the achievement. | |
startDate | OffsetDateTime | Timestamp at which the customer started the achievement. | |
completionDate | OffsetDateTime | Timestamp at which point the customer completed the achievement. | [optional] |
endDate | OffsetDateTime | Timestamp at which point the achievement ends and resets for the customer. |
Name | Value |
---|---|
INPROGRESS | "inprogress" |
COMPLETED | "completed" |
EXPIRED | "expired" |