Skip to main content
GET
/
webapps
/
type
/
appkit
/
configs
/
{id}
/
edits
/
{sessionId}
/
files
Error
A valid request URL is required to generate request examples
[
  {
    "id": "<string>",
    "path": "<string>",
    "dir": "<string>",
    "filename": "<string>",
    "contentType": "<string>",
    "size": 123,
    "modifiedTime": "2023-11-07T05:31:56Z",
    "version": 123,
    "md5": "<string>",
    "metadata": {}
  }
]

Documentation Index

Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Application ID

sessionId
string
required

Session ID

Response

200 - application/json

successful operation

id
string
read-only
path
string
read-only
dir
string
read-only
filename
string
read-only
contentType
string
read-only
size
integer<int64>
read-only
modifiedTime
string<date-time>
read-only
version
integer<int64>
read-only
md5
string
read-only
metadata
object
read-only