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.text)
[
  "<string>"
]

Documentation Index

Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

app
string
required

Fusion application name that contains the templates.

Response

OK