get badge type fields as an asynchronous operation. Returns (Task<IEnumerable>.)
Find all Badge Type Fields for the desginated Badge Type.
Name | Description |
---|---|
badgeType | Type of the badge. |
Example in C#
// Returns: IEnumerable<BadgeTypeFieldInfo>
var badgeTypeFieldInfo = await client.GetBadgeTypeFieldsAsync(BadgeTypeInfo badgeType);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/badgetypes/BADGETYPE.KEY/fields \
-H 'Authorization: Bearer TOKEN_GOES_HERE'