GetNotificationsAsync

Gets all notifications in a folder. Returns (Task<IEnumerable>)

Overview of GetNotificationsAsync goes here.

Name Description
folder The folder containing the notifications

Get Notifications Async

Example in C#

// Returns: IEnumerable<NotificationInfo>
var notificationInfo = await client.GetNotificationsAsync(FolderInfo folder);

Example in CURL



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