| Contact | Donate | Imprint |
| AppVersion | UserDeviceModule |
| Property | Type | Entity | Reference | Module |
| (1) PlatformSupport | LONG | AppVersion | PlatformSupport | UserDeviceModule |
| (2) ReleaseChannel | STRING | AppVersion | ||
| (3) ReleaseDate | DATE | AppVersion | ||
| (4) SizeMegabytes | STRING | AppVersion | ||
| (5) VersionString | STRING | AppVersion |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /appversion | findAllAppVersion() | UserDeviceModule | GET | AppVersion |
| (2) /appversion/{id} | deleteAppVersionById(id) | UserDeviceModule | DELETE | AppVersion |
| (3) /appversion/{id} | findAppVersionById(id) | UserDeviceModule | GET | AppVersion |
| (4) /appversion/{id} | updateAppVersionById(appversion) | UserDeviceModule | PUT | AppVersion |
| (5) /appversion | insertAppVersion(appversion) | UserDeviceModule | POST | AppVersion |
| (6) /userdevice/appversion/{id} | findAllUserDeviceOfAppVersion(id) | UserDeviceModule | GET | AppVersion UserDevice |
| (7) /appversion/platformsupport/{id} | findAllAppVersionOfPlatformSupport(id) | UserDeviceModule | GET | PlatformSupport AppVersion |
Example:
final AppVersion appversion = (AppVersion) invokeModule(USER_DEVICE_MODULE + "/appversion/" + id, AppVersion.class);| Contact | Donate | Imprint |