Get status of the templates
import requests
url = "https://{FUSION_HOST.com}/api/templating/templates/status"
response = requests.get(url)
print(response.text)[
{
"status": "ok",
"node": "http://templating/settings",
"messages": [
{
"date": "",
"message": "Additional message text."
}
]
}
]Get status of the templates
Retrieve current status of the templates.
GET
/
templates
/
status
Get status of the templates
import requests
url = "https://{FUSION_HOST.com}/api/templating/templates/status"
response = requests.get(url)
print(response.text)[
{
"status": "ok",
"node": "http://templating/settings",
"messages": [
{
"date": "",
"message": "Additional message text."
}
]
}
]Was this page helpful?
Publish specified template using templateIdGet used urlContext for specified application using your-app-name
⌘I