Skip to main content
GET
/
templates
/
urlContext
/
{app}
Get used urlContext for specified application using your-app-name
import requests

url = "https://{FUSION_HOST.com}/api/templating/templates/urlContext/{app}"

response = requests.get(url)

print(response.json())
[
  "<string>"
]

Path Parameters

app
string
required

Fusion application name that contains the templates.

Response

OK

The response is of type string[].