Python
import requests url = "https://{FUSION HOST}/api/webapps/{id}/edits" response = requests.get(url) print(response.json())
[ { "id": "<string>", "owner": "<string>", "createdAt": "2023-11-07T05:31:56Z", "version": "<string>" } ]
List editing sessions.
Application ID.
successful operation
Was this page helpful?