GET
/
settings
/
status
Get service status
curl --request GET \
  --url https://{FUSION_HOST.com}/api/templating/settings/status
[
  {
    "status": "ok",
    "node": "http://templating/settings",
    "messages": [
      {
        "date": "",
        "message": "Additional message text."
      }
    ]
  }
]

Response

OK

status
string

The status of the settings of the schema.

Example:

"ok"

node
string

The location of the template settings.

Example:

"http://templating/settings"

messages
object[]

The message date and contents of the status of the settings.