listBadges( )


Lists the badges.

The listBadges function returns a Promise that resolves when the badges are retrieved. Retrieves up to 1000 badges, given the requested paging. Default paging.limit is 100, paging.offset - 0.

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

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Badges
Read Badges
Learn more about permission scopes.
Method Declaration
Copy
Method Parameters
optionsListBadgesOptions
Returns
Return Type:Promise<ListBadgesResponse>
Was this helpful?
Yes
No