getBadge( )


Retrieves information about a badge.

The getBadge function returns a Promise that resolves when the badge information is retrieved.

The _id parameter must be an ID from your site's Members/Badges collection. Typically, you retrieve the ID from the collection using a query or through a dataset.

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
_idstringRequired

Badge ID.

Returns
Return Type:Promise<Badge>
Was this helpful?
Yes
No