GET
/
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": {}
  }
]

Path Parameters

id
string
required

Application ID

sessionId
string
required

Session ID

Response

200 - application/json

successful operation

The response is of type object[].