Version
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/version/ |
Get application version |
Get application version
Retrieves the current installed version of the application and the latest available version from GitHub (if available). Requires staff or support user permissions.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 | |
- API Source:
version_retrieve
1 2 3 4 5 6 7 8 9 10 | |
200 -
| Field | Type | Description |
|---|---|---|
version |
string | Current installed version of the application |
latest_version |
string | Latest available version from GitHub, if available. |