Python
import requests url = "https://{FUSION_HOST.com}/api/templating/templates/urlContext/{app}" response = requests.get(url) print(response.text)
[ "<string>" ]
Get a list of urlContext used in the templates for the specified Fusion application using your-app-name.
urlContext
your-app-name
Fusion application name that contains the templates.
OK
Was this page helpful?