Contains a record of points being added and removed.
URL
/odata/fBadgePoint
Attributes
| Name | Data Type | Connects to: |
|---|---|---|
| awarded_badge_key | Edm.Int32 | |
| user_key | Edm.Int32 | |
| utc_half_hour_key | Edm.Int32 |
| Name | Data Type | Description |
|---|---|---|
| utc_dt | Edm.DateTimeOffset | The date points were added or removed. |
| badge_points_added | Edm.Int32 | Total points added. |
| badge_points_deleted | Edm.Int32 | Total points subtracted. |
| is_milestone | Edm.Boolean | TRUE if points added are due to a milestone being reached. Otherwise, FALSE. |
| community_key | Edm.Int32 | A unique identifier for a digital workplace. |