GetAlarmDefintionEventTypesAsync

Get the Set of Event Types for an Alarm Definition Returns (Task<IEnumerable>.)

Find all the Event Types Registered in the designated Alarm Definition.

Name Description
alarmDefinition The alarm definition.

Get Alarm Defintion Event Types Async

Example in C#

// Returns: IEnumerable<EventTypeInfo>
var eventTypeInfo = await client.GetAlarmDefintionEventTypesAsync(AlarmDefinitionInfo alarmDefinition);

Example in CURL



           curl -X GET \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/alarmdefinitions/ALARMDEFINTION.KEY/collections/eventtypes \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'