import requests
url = "http://api/apollo/webapps/{id}/edits/{sessionId}"
response = requests.get(url)
print(response.text){
"id": "<string>",
"owner": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"version": "<string>"
}import requests
url = "http://api/apollo/webapps/{id}/edits/{sessionId}"
response = requests.get(url)
print(response.text){
"id": "<string>",
"owner": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"version": "<string>"
}Was this page helpful?