Close

Close
Close

Close YES
Close NO
 
API Reference

HasBadge



Determines if a user or team currently holds a badge.
This determines if a user or team based on the ProfileEntity currently has a specific badge.
https://redcritterconnecter.com/services/gamificationv1/HasBadge?SecretKey={SecretKey}&ProfileEntity={ProfileEntity}&BadgeName={BadgeName}
NameTypeRequiredDescription
SecretKeystringyesThis SecretKey is an App or App Domain Secret Key. If an App Secret Key is specified, your default App Domain will be assumed. If an App Domain Secret Key is specified, that App Domain will be used.
ProfileEntitystringyesThe ProfileEntity represents to whom the API call will apply. This can be an email address or a team name. Multiple email addresses or teams can be specified by separating them with a semicolon. Team names can be any string value other than an email address. If a team's profile does not exist, RedCritter will create one dynamically.
BadgeNamestringyesThe name of the specific RedCritter badge to query. The following characters cannot be used : | = [ ] , ;

Code Samples

Javascript, C#

Responses

JSON, XML
API Information
Use Runtime
Method HTTP GET
Invites User No
Billable No
Response JSON,XML
API Version 1