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