Enables administrators and developers to programmatically retrieve unread notifications for the current user.
Authorization
Bearer YOUR_TOKEN
NumberOfRecords
StartPage
FromDate
ToDate
FromUserID
EntityTypeID
CategoryID
LastNotificationID
Authorization: Bearer YOUR_TOKEN
https://your-site.com/api/notifications/unread?numberOfRecords=5&startPage=1
{ "IsError": false, "ResponseMessage": "", "ResponseData": [ { "ID": 43, "SpaceID": 2, "SpaceName": "Human Resources", "SpaceURL": "https://your-site.com/spaces/2/human-resources", "EntityID": 2, "ParentEntityID": 0, "EntityType": 10, "ActivityAction": 60, "DateCreated": "2026-01-07T11:42:16.41", "DateCreatedString": "13 minutes ago", "NewsFeedText": "Laura Carter @mentioned you in: Alexis Fox", "IsRead": false, "DateRead": "2026-01-07T11:55:24.0509391Z", "URL": "https://your-site.com/spaces/2/human-resources/wall/post/2", "FromUserID": 5, "FromUserInfoDisplayName": "Laura Carter", "FromUserAvatarImageURL": "https://your-site.com/assets/Themes/default/images/avatar-default.jpg", "FromUserProfileURL": "https://your-site.com/people/sunny", "ActionText": "@mentioned you in", "Subject": "Alexis Fox", "EntityTypeID": 10, "ContentTypeID": 0 } ] }
{ "IsError": true, "ResponseMessage": "Required parameter is missing or invalid.", "ResponseData": null }
While Axero does not enforce hard rate limits by default, we recommend the following best practices to ensure optimal performance:
Axero may implement temporary rate restrictions if excessive API usage affects overall site performance. For high-volume integrations, contact Axero to discuss your requirements.
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/axero-documentation/wiki/view/30009/rest-api-get-unread-notifications
Your session has expired. You are being logged out.