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

Successfully retrieved the list of rules with versions.

type
string

The type of object being represented (e.g., rule, query rewrite).

version
integer

The version number associated with this object type.