GET badges/{username}
Retrieves a list of bages by feature
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
username |
username of the tenant |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of string that represnt the features
Collection of BadgeCountName | Description | Type | Additional information |
---|---|---|---|
Feature |
Feature |
string |
Required Max length: 15 |
Count |
Count |
integer |
Required |
Response Formats
application/json, text/json
Sample:
[ { "Feature": "sample string 1", "Count": 2 }, { "Feature": "sample string 1", "Count": 2 } ]