Skip to main content
GET
/
links
/
contexts
Get app contexts
import requests

url = "https://{FUSION HOST}/api/links/contexts"

response = requests.get(url)

print(response.json())
{}

Query Parameters

contexts
string[]

List of Fusion apps to check against.

resources
string[]

List of resources to check against.

bypassCache
boolean
default:false

Bypass the cache and retrieve directly from storage.

Response

200 - application/json

successful operation

{key}
object[]