Gets all user read notification records in a folder Returns (A collection of user read notification records)
Overview of GetUserReadNotificationsAsync goes here.
| Name | Description |
|---|---|
| folder | The folder to get user read notifications from |
Example in C#
// Returns: IEnumerable<UserReadNotificationInfo>
var userReadNotificationInfo = await client.GetUserReadNotificationsAsync(FolderInfo folder);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/userreadnotifications \
-H 'Authorization: Bearer TOKEN_GOES_HERE'