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

Response

OK

status
string

The status of the template.

Example:

"ok"

node
string

The location of the template.

Example:

"http://templating/settings"

messages
object[]

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