GET
/
webapps
/
{id}
{
  "appkitApp": {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "contextPath": "<string>",
    "enabled": false,
    "war": "<string>",
    "warMd5": "<string>",
    "warSize": 123,
    "type": "<string>"
  },
  "editingSessions": [
    {
      "id": "<string>",
      "owner": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "version": "<string>"
    }
  ]
}

Path Parameters

id
string
required

Application ID

Response

200 - application/vnd.lucidworks-appkit-export+json; qs=0.9

successful operation

The response is of type object.