GET
/
webapps
/
{id}
/
edits
/
{sessionId}
Get an editing session
curl --request GET \
  --url https://{FUSION HOST}/api/webapps/{id}/edits/{sessionId}
{
  "id": "<string>",
  "owner": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "version": "<string>"
}

Path Parameters

id
string
required

Application ID.

sessionId
string
required

Session ID.

Response

200 - application/json

successful operation

The response is of type object.