GET
/
experience-manager
/
rules
/
versions
Get rules with versions
curl --request GET \
  --url https://{FUSION HOST}/api/experience-manager/rules/versions \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "type": "<string>",
    "version": 123
  }
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200
application/json

Successfully retrieved the list of rules with versions.

The response is of type Type Version Experience Manager Only View · object[].