cURL
curl --request GET \ --url https://{FUSION HOST}/api/webapps/{id}/edits/{sessionId}/files
[ { "id": "<string>", "path": "<string>", "dir": "<string>", "filename": "<string>", "contentType": "<string>", "size": 123, "modifiedTime": "2023-11-07T05:31:56Z", "version": 123, "md5": "<string>", "metadata": {} } ]
List all files within an editing session.
Application ID.
Session ID.
successful operation
Show child attributes
Was this page helpful?