getMemberCountsPerBadge( )


Retrieves member count per badge.

The getMemberCountsPerBadge function returns a Promise that resolves when the member counts of each badge are retrieved.

This function is not a universal function and runs only on the backend.

Permissions
Manage Badges
Read Badges
Manage Restaurants - all permissions
Learn more about app permissions.
Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:Promise<GetMemberCountsPerBadgeResponse>
Did this help?