GetSubscriptionPriorityBandsAsync

Gets the subscription priority band generics for a folder. Returns (Task<IEnumerable>)

Overview of GetSubscriptionPriorityBandsAsync goes here.

Name Description
folder The folder to get priority bands for

Get Subscription Priority Bands Async

Example in C#

// Returns: IEnumerable<GenericInfo>
var genericInfo = await client.GetSubscriptionPriorityBandsAsync(FolderInfo folder);

Example in CURL



           curl -X GET \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/generics/priority-bands \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'