Installation Check🔗︎
| HTTP Verb | Path |
|---|---|
| GET | /installationCheck |
Checks for a proper installation of the Textkernel REST environment.
Danger
- Only use this as part of your installation process. Never call this repeatedly during normal operations.
Info
- You can try this endpoint out in your Swagger page https://(your-server)/swagger/ui/index#!/InstallationCheck/InstallationCheck_Get
Response Body🔗︎
Info 🔗︎ object
Info🔗︎
Information explaining the outcome of the transaction.
Info properties
Code 🔗︎ string
Code🔗︎
| Code | Description |
|---|---|
Success |
Successful transaction |
AuthenticationError |
An error occurred with the credentials provided |
InstallationError |
An issue with the Document Converter or Parser installation was found |
Message 🔗︎ string
Message🔗︎
This message further describes the code providing additional detail.
Value 🔗︎ object
Value🔗︎
Contains response data for the transaction.
Value properties
Sample JSON
json
{
"Info": {
"Code": "",
"Message": "",
"EngineVersion": "string",
"ApiVersion": "string",
"TotalElapsedMilliseconds": 0
},
"Value": {
"LicenseSerialNumber": "",
"Version": ""
}
}