Tagged Questions
1
vote
1answer
30 views
No award_count field on any badges
The docs say the default filter includes award_count, and I've made a filter with it in. But no award_count is returned on any badge route.
The exception being when a badge item is returned in ...
2
votes
1answer
53 views
Badges with zero count no longer returning zero
For queries such as http://api.{sitename}.com/1.0/users/{id} if a badge count is zero, the API is no longer returning "gold": 0, for example.
2
votes
1answer
58 views
/users/{id}/badges - multiple identical results
Each badge returned in the list of results from /users/{id}/badges already contains an award_count indicating how many times the badge was awarded for the particular user attached to the badge. In ...