api:pbx:app:version
Table of Contents
API : PBX : APP : Version
Introduction
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.
Request
| URL | https://api.telecomx.dk/pbx/app/version | ||
|---|---|---|---|
| Method | GET | ||
| Access level | PERSONAL, VIEWER, MANAGER, OWNER, RESELLER, ADMIN. | ||
Request example
https://api.telecomx.dk/pbx/app/version
Response
| 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. |
Example
{ desktop: 1, ios: 1, android: 1 }
Errors
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |
api/pbx/app/version.txt · Last modified: 2021/05/17 10:07 by Per Møller