get badge types as an asynchronous operation. Returns (Task<IEnumerable>.)
Find all Badge Types with in the designated Folder.
Name | Description |
---|---|
folder | The folder. |
Example in C#
// Returns: IEnumerable<BadgeTypeInfo>
var badgeTypeInfo = await client.GetBadgeTypesAsync(FolderInfo folder);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/badgetypes \
-H 'Authorization: Bearer TOKEN_GOES_HERE'