Close

Close
Close

Close YES
Close NO
 
API Reference

HasHadBadge



Determines if a user or team has ever been awarded a particular badge in the past.
This determines if a user or team based on the ProfileEntity has ever held a specific badge. It will return false if the user has never had the badge, or if they currently have the only copy of the badge they have ever held.
https://redcritterconnecter.com/services/gamificationv1/HasHadBadge?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