| 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] |
| Name | Value |
|---|---|
| INPROGRESS | "inprogress" |
| EXPIRED | "expired" |
| NOT_STARTED | "not_started" |
| COMPLETED | "completed" |