getBadge( )


Retrieves information about a badge.

について getBadge function returns a Promise that resolves when the badge information is retrieved.

について _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.

Permissions
Manage Badges
Read Badges
Learn more about app permissions.
メソッド宣言
コピー
メソッド・パラメータ
_idstringRequired

Badge ID.

リターン
Return Type:Promise<Badge>
役に立ちましたか?
はい
いいえ