GetCustomEventDestinationsAsync

Gets all custom event destinations from a folder. Returns (Task<IEnumerable>)

This gets the Custom Event Destination objects from the designated folder in the data base.

Name Description
folder The folder to get custom event destinations from

Get Custom Event Destinations Async

Example in C#

// Returns: IEnumerable<CustomEventDestinationInfo>
var customEventDestinationInfo = await client.GetCustomEventDestinationsAsync(FolderInfo folder);

Example in CURL



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