Function getBadgeProfiles
- get
Badge Profiles(args): Promise<IPaginatedResponse<IBadgeProfile>> Parameters
args: {
badgeId: string;
}badge
Id: string
Returns Promise<IPaginatedResponse<IBadgeProfile>>
Generated using TypeDoc
Generated using TypeDoc
Description
Get profiles for a given badge.
Async
Since
2.37.0
Example