OBJECT

DashboardActivityFeedActivityCommunityPointsReward

When a user redeems a community points reward on a channel.

link GraphQL Schema definition

1type DashboardActivityFeedActivityCommunityPointsReward implements DashboardActivityFeedActivity {
2
3# Status of the corresponding alert.
4alertStatus: DashboardActivityFeedActivityAlertStatus
5
6# Unique identifier for this redemption.
7id: ID!
8
9# The user that redeemed the reward.
10redeemingUser: User
11
12# The redemption object itself.
13redemption: CommunityPointsCustomRewardRedemption
14
15# When the reward was redeemed.
16timestamp: Time!
17
18# The title of the reward.
19title: String!
20
21# The user's text input, if provided.
22userInput: String
23
24}

link Required by

This element is not required by anyone