Index
Functions
Const get Application Badges
Returns Promise<IApplicationBadges>
get Badge Profiles
Parameters
args: { badgeId: string }
badge
Id: string
Returns Promise<IPaginatedResponse<IBadgeProfile>>
Const get Badge Progress
Gets Progress of Badges.
Parameters
args: { badgeIds: string[]; profileId: string }
badge
Ids: string[] profile
Id: string
Returns Promise<IBadgeProgress[]>
Const get Paginated Profile Badges
Parameters
args: { profileId: string }
profile
Id: string
Returns Promise<AsyncIterator<Object, Function, Function>>
Const get Profile Badges
Gets userProfile Badges.
Parameters
args: { profileId: string }
profile
Id: string userProfile ID
Returns Promise<IProfileBadges>
Generated using TypeDoc
Gets Application Badges.
2.7.0