Skip to main content
Sublay v7 uses an 8-type reaction system that replaces the legacy upvote/downvote arrays. Reactions can be applied to both entities and comments. Each reaction type has a defined effect on the target owner’s reputation score.

ReactionType

The set of valid reaction values:

ReactionCounts

Every entity and comment includes a reactionCounts object with the current count for each reaction type:

Reaction Record

When fetching the list of users who reacted to an entity or comment, each item in the result is a Reaction record:

See Also