cURL
curl --request GET \ --url https://{FUSION HOST}/api/links/app-context
[ "<string>" ]
Get the list of resources that belong to a Fusion app. Specify resourceType to filter resources by type.
resourceType
A Fusion app ID, as app:<app-id>.
app:<app-id>
Resource type to filter by.
successful operation
The response is of type string[].
string[]
Was this page helpful?