Python
import requests url = "https://{FUSION HOST}/api/apps" response = requests.get(url) print(response.json())
[ { "id": "<string>" } ]
Get the list of all existing Fusion apps and their configuration details.
successful operation
Was this page helpful?