Get app contexts
import requests
url = "https://{FUSION HOST}/api/links/contexts"
response = requests.get(url)
print(response.text){}Get the Fusion app contexts for each of the specified resources. Don’t pass contexts if you want to evaluate against all existing Fusion apps.
GET
/
links
/
contexts
Get app contexts
import requests
url = "https://{FUSION HOST}/api/links/contexts"
response = requests.get(url)
print(response.text){}Query Parameters
List of Fusion apps to check against.
List of resources to check against.
Bypass the cache and retrieve directly from storage.
Response
200 - application/json
successful operation
Resource reference as a string, such as 'datasource:ratings-db'
Was this page helpful?
⌘I