Votes
Get Feedback Vote Info
Get vote count and check if current user has voted on a feedback item.
POST
Authentication
Request Body
string
required
The feedback ID to get vote information for
Response
object
Vote information
Use Cases
- Display Vote Count: Show number of votes on feedback
- Vote Button State: Determine if vote button should be active/inactive
- User Engagement: Track which feedback user has voted on
Notes
hasVotedandvoteIdonly populated with subscriber authentication- Vote count always returned regardless of authentication
- One vote per subscriber per feedback

