Skip to main content
GET
/
links
/
app-context
List an app's resources
import requests

url = "https://{FUSION HOST}/api/links/app-context"

response = requests.get(url)

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

Query Parameters

resource
string

A Fusion app ID, as app:<app-id>.

resourceType
enum<string>

Resource type to filter by. Options include uploaded files, plugins, scripts, dashboards, and others.

Available options:
banana,
driver:jdbc,
file:js-index,
file:js-query,
file,
unspecified,
plugin:index-stage,
plugin:query-stage

Response

200 - application/json

successful operation

The response is of type string[].