Python
import requests url = "https://{FUSION HOST}/api/webapps/{id}" response = requests.get(url) print(response.json())
{ "id": "<string>" }
Get the specified webapp.
The webapp ID.
successful operation
Was this page helpful?