Solved

Where does the Badge description appear externally?

  • 29 March 2021
  • 1 reply
  • 34 views

Userlevel 5
Badge +4

Where does the description you configure for a badge show up for users? 

It seems that the badge name shows up as hover text on a user profile, leaderboard, or sidebar widgets. But I cannot find any “external” areas where the description shows up. 

Perhaps it’s there to be used as a coding snippit for the email or private message notifications? 

icon

Best answer by tom.shaddock 30 March 2021, 11:10

View original

1 reply

Hi @DannyPancratz  so two places I do know its available is via the API in this call: https://api2-us-west-2.insided.com/docs/user/#operation/list

Example response looks like:
 

{
"totalItems": "1",
"results": [{
"id": "1",
"title": "Ready to mingle",
"description": "Thanks for being so active around here! :) We hope that you keep inSpiring others with your replies!",
"enableBadgeRules": "false",
"image": "https://uploads-us-west-2.insided.com/gainsight-us/attachment/a1993b51-8a7b-4e89-921a-bef62a5be588.svg",
"thumbImage": "https://uploads-us-west-2.insided.com/gainsight-us/attachment/a1993b51-8a7b-4e89-921a-bef62a5be588_thumb.svg"
}]
}

Also this page has the descriptions of the badges too as well as who earned them and when: https://community.insided.com/badges

 

Hope this helps!

Reply