Gets the user read notification record for a specific user Returns (The user read notification record)
Overview of GetUserReadNotificationsForUserAsync goes here.
| Name | Description |
|---|---|
| folder | The folder to get the user read notification from |
| user | The user to get the read notification record for. If null, uses the current user |
Example in C#
// Returns: UserReadNotificationInfo
var userReadNotificationInfo = await client.GetUserReadNotificationsForUserAsync(FolderInfo folder, UserInfo user);
Example in CURL
curl -X GET \
'https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/userreadnotifications/user?userId=USER.KEY' \
-H 'Authorization: Bearer TOKEN_GOES_HERE'