OBJECT
DashboardActivityFeedActivityCommunityPointsReward
When a user redeems a community points reward on a channel.
link GraphQL Schema definition
1 type DashboardActivityFeedActivityCommunityPointsReward implements DashboardActivityFeedActivity { 2 3 #   Status of the corresponding alert. 4 : DashboardActivityFeedActivityAlertStatus  5 6 #   Unique identifier for this redemption. 7 : ID!  8 9 #   The user that redeemed the reward. 10 : User  11 12 #   The redemption object itself. 13 : CommunityPointsCustomRewardRedemption  14 15 #   When the reward was redeemed. 16 : Time!  17 18 #   The title of the reward. 19 : String!  20 21 #   The user's text input, if provided. 22 : String  23 24 } 
              link Required by
This element is not required by anyone