GET badges/{username}

Retrieves a list of bages by feature

Request Information

URI Parameters

NameDescriptionTypeAdditional 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 BadgeCount
NameDescriptionTypeAdditional 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
  }
]