Get settings of a Onezone GUI message.
Returns settings of a message displayed in Onezone GUI.
Path parameters
| Parameter | Type & Description |
|---|---|
| id required | string Possible values are:
|
Responses
The message settings.
| Property | Type & Description |
|---|---|
enabled boolean True if the message should be displayed. | |
body string HTML content of the message to display. | |
Invalid request.
| Property | Type & Description | ||||||
|---|---|---|---|---|---|---|---|
error object Object describing an error.
| |||||||
Example
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}Unauthorized request.
Forbidden request.
Internal server error.
| Property | Type & Description | ||||||
|---|---|---|---|---|---|---|---|
error object Object describing an error.
| |||||||
Example
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}