Retrieves a paginated list of notifications for the authenticated user. Results can be filtered by date range, sender, entity type, category, and read status.
Authorization
Bearer YOUR_TOKEN
StartPage
PageLength
FromDate
ToDate
FromUserID
EntityTypeID
CategoryID
IsRead
Authorization: Bearer YOUR_TOKEN
https://your-site.com/api/notifications?StartPage=1&PageLength=2
{ "IsError": false, "ResponseMessage": "", "ResponseData": [ { "ID": 3, "SpaceID": 2, "SpaceName": "Human Resources", "SpaceURL": "https://your-site.com/spaces/2/human-resources", "EntityID": 2, "ParentEntityID": 0, "EntityType": 10, "ActivityAction": 60, "DateCreated": "2026-02-15T04:26:19.153", "DateCreatedString": "59 seconds ago", "NewsFeedText": "Alexis Fox @mentioned you in: Laura Carter You should join this space", "IsRead": false, "DateRead": "2026-02-15T04:27:18.7004558Z", "URL": "https://your-site.com/spaces/2/human-resources/wall/post/2", "FromUserID": 5, "FromUserInfoDisplayName": "Alexis Fox", "FromUserAvatarImageURL": "https://your-site.com/assets/Themes/default/images/avatar-default.jpg", "FromUserProfileURL": "https://your-site.com/people/alexis", "ActionText": "@mentioned you in", "Subject": "Laura Carter You should join this space", "EntityTypeID": 10, "ContentTypeID": 0 }, { "ID": 2, "SpaceID": 2, "SpaceName": "Human Resources", "SpaceURL": "https://your-site.com/spaces/2/human-resources", "EntityID": 1, "ParentEntityID": 0, "EntityType": 15, "ActivityAction": 15, "DateCreated": "2026-02-15T04:25:46.403", "DateCreatedString": "a minute ago", "NewsFeedText": "Alexis Fox invited you to a space: Human Resources", "IsRead": false, "DateRead": "2026-02-15T04:27:18.7004558Z", "URL": "https://your-site.com/spaces/2/human-resources", "FromUserID": 5, "FromUserInfoDisplayName": "Alexis Fox", "FromUserAvatarImageURL": "https://your-site.com/assets/Themes/default/images/avatar-default.jpg", "FromUserProfileURL": "https://your-site.com/people/alexis", "ActionText": "invited you to a space", "Subject": "Human Resources", "EntityTypeID": 15, "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/22580/rest-api-get-notifications
Your session has expired. You are being logged out.