Returns (Task<IEnumerable>)
Find all Event Types registered with the designated App.
Name | Description |
---|---|
app |
Example in C#
// Returns: IEnumerable<EventTypeInfo>
var eventTypeInfo = await client.GetEventTypesAsync(AppInfo app);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/apps/APP.KEY/eventtypes \
-H 'Authorization: Bearer TOKEN_GOES_HERE'