Technical reference for the Rebuild Index By Content Type ID endpoint, providing programmatic access to rebuild index by content type id functionality.
Authorization
Bearer YOUR_TOKEN
Content-Type
application/json
entityTypeIDs
[3, 4, 5]
IsRebuildAll
Authorization: Bearer YOUR_TOKEN Content-Type: application/json
https://your-site.com/api/admin/buildindex?IsRebuildAll=false
[ 3, 4, 5 ]
{ "IsError": false, "ResponseMessage": "Success message.", "ResponseData": true }
{ "IsError": true, "ResponseMessage": "Required parameter is missing or invalid.", "ResponseData": null }
This endpoint does not use status codes to report problems. Every outcome other than an authentication failure is HTTP 200 with a bare boolean body.
true
false
The caller must be a Site Administrator. Any other account receives false rather than a permissions error.
Response shape: a live call returns the bare boolean, not the standard IsError / ResponseData envelope used elsewhere in this API. Parse it accordingly.
IsError
ResponseData
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/106388/rest-api-rebuild-index
Your session has expired. You are being logged out.