GET /_system/core/versions

Get list of available RUAL Core versions for upgrade

Get list of available RUAL Core versions for upgrade
KeyTypeExampleDescription
authorizationrequiredstring
"Bearer access_token"
Access token
[
  {
    "is_current": true,
    "timestamp": 1782166695813,
    "version": "v14.0.5",
    "version_hash": "60e27209fa93063b5605e41605c2722ed428cae0",
    "version_name": "joe doe"
  }
]
{
  "error": "ERROR_KEY"
}
PermissionDescription
Bearer tokenAccess token required via Authorization header, x-authtoken, x-token, query param, or cookie
core_viewRequired scope: core_view

Back to System Upgrades Return to the System Upgrades category to view other endpoints All API Categories Browse all available API categories