GET
/
zones
/
uiTreatments
Get zone UI Treatment field values
curl --request GET \
  --url https://{FUSION_HOST.com}/api/templating/zones/uiTreatments
[
  {
    "isUiTreatment": false,
    "message": "Text included in the response for this zone. If the user interface (UI) is configured to use the zone, the text in this field can be used to influence how the zone is displayed or processed in the UI.",
    "uiTreatment": "uiTreatment field name"
  }
]

Response

OK

isUiTreatment
boolean
default:false

This field specifies if UI Treatment fields have been defined.

message
string

The response message.

Example:

"Text included in the response for this zone. If the user interface (UI) is configured to use the zone, the text in this field can be used to influence how the zone is displayed or processed in the UI."

uiTreatment
string

The name of the field that contains uiTreatment values defined for the zone.

Example:

"uiTreatment field name"