Enables administrators and developers to programmatically retrieve a list of announcements.
Authorization
Bearer YOUR_TOKEN
SpaceID
PageLength
PageNumber
Authorization: Bearer YOUR_TOKEN
https://your-site.com/api/announcements?SpaceID=0&PageLength=5&PageNumber=1
{ "IsError": false, "ResponseMessage": "", "ResponseData": [ { "PropertyID": 1, "PropertyCategoryName": "Announcement", "PropertyCategoryID": 1, "PropertyName": "CommunityAnnouncement", "PropertyValue": "Welcome to Communifire", "PropertyDescription": "This is a sample example of how Dynamic Properties can be used", "IsActive": true, "SpaceID": 0, "IsPlainText": false, "IsLocked": false, "SendNotificationToUsers": false, "SpaceImageUrl": "https://your-site.com/assets/Themes/default/images/space-icon-default.png" } ] }
{ "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/35534/rest-api-get-announcements
Your session has expired. You are being logged out.