Python
import requests url = "https://{FUSION HOST}/api/webapps" response = requests.get(url) print(response.json())
[ { "id": "<string>" } ]
Get all entities.
successful operation
Was this page helpful?