Returns a list of wall posts of the specified space.
Authorization
Bearer YOUR_TOKEN
spaceID
startPage
pageLength
Authorization: Bearer YOUR_TOKEN
https://your-site.com/api/wall
{ "IsError": false, "ResponseMessage": "", "ResponseData": [ { "_comments": [], "WallID": 250, "UserName": "john", "FirstName": "John", "LastName": "Smith", "UserEmail": "SampleEmail@your-site.com", "UserDisplayName": "John Smith", "ToUserName": "john", "ToUserProfileURL": "/people/john", "ToUserDisplayName": "John Smith", "WallText": "We will be testing our new servers tomorrow.", "ToUserID": 1, "SpaceID": 252, "SpaceName": "Development Space", "SpaceURL": "/spaces/101/development-space", "WallURL": "/spaces/101/development-space/?act=1#250", "UserID": 376, "DatePosted": "2026-01-01T12:00:00Z", "DateTimeSpan": "2026-01-01T12:00:00Z", "DateTimeISO": "2026-01-01T12:00:00Z", "DateTimeFull": "2026-01-01T12:00:00Z", "AvatarPath": "884af119-4937-4b33-a795-826cda3d19a3.png", "MediaServerRootURL": "http://your-site.com/Assets/Uploaded-Photos", "UserAvatarFullUrl": "http://your-site.com/Assets/Uploaded-Photos/884af119-4937-4b33-a795-826cda3d19a3.png", "UserProfileURL": "http://your-site.com//people/john", "FromUserAvatarFileName": "884af119-4937-4b33-a795-826cda3d19a3.png", "WallContentType": 1, "OEmbedProviderType": 0, "WallComment": [], "WallPostPermURL": "/spaces/101/developer-space/wall/post/250", "CanBeDeleted": true, "CanBeCommented": true, "CanBeLiked": true, "WallTextHtmlFormatted": "We will be testing our new servers tomorrow.", "WallTextFormatted": "We will be testing our new servers tomorrow." }, { "_comments": [], "WallID": 240, "UserName": "john", "FirstName": "John", "LastName": "Smith", "UserEmail": "SampleEmail@your-site.com", "UserDisplayName": "John Smith", "ToUserName": "", "WallText": "Hi all, there will be a meeting tomorrow.", "ToUserID": 0, "SpaceID": 252, "SpaceName": "Developer Space", "SpaceURL": "/spaces/101/developer-space", "WallURL": "/spaces/101/developer-space/?act=1#240", "UserID": 376, "DatePosted": "2026-01-01T12:00:00Z", "DateTimeSpan": "2026-01-01T12:00:00Z", "DateTimeISO": "2026-01-01T12:00:00Z", "DateTimeFull": "2026-01-01T12:00:00Z", "AvatarPath": "884af119-4937-4b33-a795-826cda3d19a3.png", "MediaServerRootURL": "http://your-site.com/Assets/Uploaded-Photos", "UserAvatarFullUrl": "http://your-site.com/Assets/Uploaded-Photos/884af119-4937-4b33-a795-826cda3d19a3.png", "UserProfileURL": "http://your-site.com//people/john", "FromUserAvatarFileName": "884af119-4937-4b33-a795-826cda3d19a3.png", "WallContentType": 1, "OEmbedProviderType": 0, "WallComment": [], "CanBeDeleted": true, "CanBeCommented": true, "CanBeLiked": true, "WallTextHtmlFormatted": "Hi all, there will be a meeting tomorrow.", "WallTextFormatted": "Hi all, there will be a meeting tomorrow." } ] }
{ "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/722/rest-api-get-space-wall-posts
Your session has expired. You are being logged out.