Python
import requests url = "https://{FUSION HOST}/api/webapps/{id}/edits/{sessionId}/files/{file}" response = requests.get(url) print(response.json())
Access a file within an editing session.
The webapp ID.
Session ID.
File.
Was this page helpful?