This request is invoked by app users to get the current version numbers for the apps, so that the app may check it self against the version and bug the user to update the app if needed.
| URL | https://api.telecomx.dk/pbx/app/version | ||
|---|---|---|---|
| Method | GET | ||
| Access level | PERSONAL, VIEWER, MANAGER, OWNER, RESELLER, ADMIN. | ||
https://api.telecomx.dk/pbx/app/version
| Json object | ||
|---|---|---|
| desktop | Number | Current version number for Communicator Desktop App. |
| ios | Number | Current version number for Communicator IOS App. |
| android | Number | Current version number for Communicator Android App. |
{ desktop: 1, ios: 1, android: 1 }
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |