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

Successfully retrieved hierarchical fields.

delimiter
string

The delimiter used to separate hierarchical values within the field.

field
string

The name of the hierarchical field.