Retrieve a filtered list of forum groups from the intranet. Supports filtering by space, user, category, status, and keyword, with options for sorting and pagination.
Authorization
Bearer YOUR_TOKEN
entityType
entityTypeCsv
contentTypeID
categoryNameCsv
categoryName
forMySpaces
showExpired
parentContentID
categoryID
spaceID
spaceIDCsv
userID
entityStatus
isFeatured
sortColumn
sortOrder
datePublishedTime
startPage
pageLength
isUnanswered
markedAsAnswer
asGenericContent
withComments
parseContentBodyMnemonics
keyword
logView
culture
Authorization: Bearer YOUR_TOKEN
https://your-site.com/api/content/list?entityType=2&userID=1&spaceID=252&entityStatus=1&sortColumn=1&sortOrder=0&startPage=1&pageLength=3
{ "IsError": false, "ResponseMessage": "", "ResponseData": [ { "ContentID": 220, "EntityType": 1, "ContentTypeID": 2, "ContentTitle": "Venus Facts", "ContentStub": "venus-facts", "AuthorID": 1, "AuthorUserName": "jon", "UpdatedByUserID": 1, "UpdatedByUserDisplayName": "2026-01-01T12:00:00Z", "ContentVersionID": 1, "SpaceID": 252, "WorkflowID": 0, "CurrentWorkflowStepID": 0, "StatusID": 1, "ContentStageID": null, "ContentStageName": null, "DateCreated": "2026-01-01T12:00:00Z", "DatePublished": "2026-01-01T12:00:00Z", "DateUpdated": "2026-01-01T12:00:00Z", "IsFeatured": true, "SpaceName": null, "SpaceURL": null, "AuthorDisplayName": "Jon Smith", "AuthorEmail": "SampleEmail@your-site.com", "AuthorFirstName": "Jon", "AuthorLastName": "Smith", "AuthorProfileUrl": "http://your-site.com/people/jon", "LockedByUserProfileUrl": null, "LockedByUserDisplayName": null, "IsLatest": false, "DateCreatedString": "2026-01-01T12:00:00Z", "DatePublishedString": "2026-01-01T12:00:00Z", "DateUpdatedString": "2026-01-01T12:00:00Z" }, { "ContentMediaBytes": null, "ContentID": 220, "EntityType": 1, "ContentTypeID": 2, "ContentTitle": "Mars Facts", "ContentStub": "mars-facts", "AuthorID": 1, "AuthorUserName": "jon", "UpdatedByUserID": 1, "UpdatedByUserDisplayName": "2026-01-01T12:00:00Z", "ContentVersionID": 1, "SpaceID": 252, "WorkflowID": 0, "CurrentWorkflowStepID": 0, "StatusID": 1, "ContentStageID": null, "ContentStageName": null, "DateCreated": "2026-01-01T12:00:00Z", "DatePublished": "2026-01-01T12:00:00Z", "DateUpdated": "2026-01-01T12:00:00Z", "SpaceName": null, "SpaceURL": null, "AuthorDisplayName": "Jon Smith", "AuthorEmail": "SampleEmail@your-site.com", "AuthorFirstName": "Jon", "AuthorLastName": "Smith", "AuthorProfileUrl": "http://your-site.com/people/jon", "LockedByUserProfileUrl": null, "LockedByUserDisplayName": null, "IsLatest": false, "TagsCSV": null, "TagsIDCSV": null, "DateCreatedString": "2026-01-01T12:00:00Z", "DatePublishedString": "2026-01-01T12:00:00Z", "DateUpdatedString": "2026-01-01T12:00:00Z" }, { "ContentMediaBytes": null, "ContentID": 220, "EntityType": 1, "ContentTypeID": 2, "ContentTitle": "Jupiter Facts", "ContentStub": "jupiter-facts", "AuthorID": 1, "AuthorUserName": "jon", "UpdatedByUserID": 1, "UpdatedByUserDisplayName": "2026-01-01T12:00:00Z", "ContentVersionID": 1, "SpaceID": 252, "WorkflowID": 0, "CurrentWorkflowStepID": 0, "StatusID": 1, "ContentStageID": null, "ContentStageName": null, "DateCreated": "2026-01-01T12:00:00Z", "DatePublished": "2026-01-01T12:00:00Z", "DateUpdated": "2026-01-01T12:00:00Z", "SpaceName": null, "SpaceURL": null, "AuthorDisplayName": "Jon Smith", "AuthorEmail": "SampleEmail@your-site.com", "AuthorFirstName": "Jon", "AuthorLastName": "Smith", "AuthorProfileUrl": "http://your-site.com/people/jon", "LockedByUserProfileUrl": null, "LockedByUserDisplayName": null, "IsLatest": false, "DateCreatedString": "2026-01-01T12:00:00Z", "DatePublishedString": "2026-01-01T12:00:00Z", "DateUpdatedString": "2026-01-01T12:00:00Z" } ] }
{ "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/575/rest-api-get-forum-groups
Your session has expired. You are being logged out.