You can update existing multiple contents in a single request. For example, set the expiration dates of multiple articles at once. The body is a JSON array of content objects (a single object is also accepted). The response is a bare array with one entry per object, each carrying IsError, a ResponseMessage naming the outcome (with the failing object echoed on an error), and the ContentID as ResponseData; a 200 does not mean every item succeeded.
Authorization
Bearer YOUR_TOKEN
Content-Type
application/json
ContentID
Content JSON
ContentTitle
ContentSummary
ContentBody
CategoryID
ParentContentID
ContentStageID
AuthorID
IsFeatured
StatusID
IsContentAvailablePostExpiry
DateExpired
DateExpiredISOString
Authorization: Bearer YOUR_TOKEN Content-Type: application/json
https://your-site.com/api/content/multiple
[ { "ContentID": 9740, "ContentTitle": "Jupiter is the fifth planet from the Sun", "ContentBody": "Jupiter is primarily composed of hydrogen with a quarter of its mass being helium, although helium only comprises about a tenth of the number of molecules. It may also have a rocky core of heavier elements, but like the other giant planets, Jupiter lacks a well-defined solid surface." }, { "ContentID": 9739, "ContentTitle": "Sample article title", "ContentBody": "Sample article body." }, { "ContentID": 8763, "ContentTitle": "Mauris in aliquam sem fringilla ut morbi", "ContentBody": "Sample article body." }, { "ContentID": 9741, "ContentTitle": "Adipiscing commodo elit at imperdiet dui accumsan sit amet nulla", "ContentBody": "Sample article body." } ]
[ { "IsError": false, "ResponseMessage": "Expired. Source Object: {\r\n \"ContentID\": 11277,\r\n \"ContentTitle\": \"Jupiter is the fifth planet from the Sun f4bb\",\r\n \"ContentBody\": \"Jupiter is primarily composed of hydrogen with a quarter of its mass being helium, although helium only comprises about a tenth of the number of molecules. It ma...", "ResponseData": 11277 } ]
[ { "ContentID": 7999, "StatusID": 5, "IsContentAvailablePostExpiry": true, "DateExpired": "2026-12-21T06:30:00Z" }, { "ContentID": 7998, "StatusID": 5, "IsContentAvailablePostExpiry": true, "DateExpired": "2026-12-21T06:30:00Z" }, { "ContentID": 7995, "StatusID": 5, "IsContentAvailablePostExpiry": true, "DateExpired": "2026-12-21T06:30:00Z" }, { "ContentID": 9741, "StatusID": 5, "IsContentAvailablePostExpiry": false, "DateExpired": "2026-12-21T06:30:00Z" } ]
[ { "IsError": false, "ResponseMessage": "Expired.", "ResponseData": 7999 }, { "IsError": false, "ResponseMessage": "Expired.", "ResponseData": 7998 }, { "IsError": false, "ResponseMessage": "Expired.", "ResponseData": 7995 }, { "IsError": false, "ResponseMessage": "Expired.", "ResponseData": 9741 } ]
{ "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/88150/rest-api-update-content-multiple
Your session has expired. You are being logged out.