Get version information of the server.
Returns the version number of the server as a string
| Key | Value Type | Description |
|---|---|---|
| version | string | version number of the server |
| Status Code | Content Example | Meaning |
|---|---|---|
| 200 | JSON payload | Success message |
| 400 | {"message":"JSON_ERROR: <...>"} | An error occurred when parsing a JSON object |
| 500 | {"message":"TrackerException: <...>"} | An other type of internal error |