curl --request GET \
--url https://{FUSION HOST}/api/webapps/{id}/edits
[
{
"id": "<string>",
"owner": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"version": "<string>"
}
]
List editing sessions.
curl --request GET \
--url https://{FUSION HOST}/api/webapps/{id}/edits
[
{
"id": "<string>",
"owner": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"version": "<string>"
}
]
Application ID.
successful operation
The response is of type object[]
.
Was this page helpful?