GET
/
experience-manager
/
hierarchical-fields
Retrieve hierarchical fields
curl --request GET \
  --url https://{FUSION HOST}/api/experience-manager/hierarchical-fields \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "delimiter": "<string>",
    "field": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Query Parameters

context
string
required

Application context in which the hierarchical fields are being retrieved.

profile
string
required

The profile associated with the request, defining the scope of the hierarchical fields.

Response

200
application/json

Successfully retrieved hierarchical fields.

The response is of type Field and Delimiter · object[].