Response body schema for GET /loyalties/{campaignId}/rewards/{assignmentId}
Name | Type | Description |
---|---|---|
id | String | Unique reward assignment ID, assigned by Voucherify. |
rewardId | String | Associated reward ID. |
createdAt | OffsetDateTime | Timestamp representing the date and time when the reward assignment was created. The value is shown in the ISO 8601 format. |
updatedAt | OffsetDateTime | Timestamp representing the date and time when the reward assignment was updated. The value is shown in the ISO 8601 format. |
_object | ObjectEnum | The type of the object represented by the JSON. This object stores information about the reward assignment. |
relatedObjectId | String | Related object ID to which the reward was assigned. |
relatedObjectType | RelatedObjectTypeEnum | Related object type to which the reward was assigned. |
parameters | RewardAssignmentParametersParameters |
Name | Value |
---|---|
REWARD_ASSIGNMENT | "reward_assignment" |
Name | Value |
---|---|
CAMPAIGN | "campaign" |