Python
import requests url = "http://api/apollo/webapps/type/appkit/configs/{id}/edits/{sessionId}/files" response = requests.get(url) print(response.text)
[ { "id": "<string>", "path": "<string>", "dir": "<string>", "filename": "<string>", "contentType": "<string>", "size": 123, "modifiedTime": "2023-11-07T05:31:56Z", "version": 123, "md5": "<string>", "metadata": {} } ]
Application ID
Session ID
successful operation
Show child attributes
Was this page helpful?