Get an app
import requests
url = "https://{FUSION HOST}/api/apps/{id}"
response = requests.get(url)
print(response.text){
"id": "<string>"
}Fetch an app by its ID. The response is the app’s complete configuration in JSON.
GET
/
apps
/
{id}
Get an app
import requests
url = "https://{FUSION HOST}/api/apps/{id}"
response = requests.get(url)
print(response.text){
"id": "<string>"
}Was this page helpful?
⌘I