| Services | Contact | Donate | About | 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/{id} | deleteAppVersionById(id) | UserDeviceModule | DELETE | AppVersion |
| (2) /userdevice/appversion/{id} | findAllUserDeviceOfAppVersion(id) | UserDeviceModule | GET | AppVersion UserDevice |
| (3) /appversion | findAllAppVersion() | UserDeviceModule | GET | AppVersion |
| (4) /appversion/{id} | updateAppVersionById(appversion) | UserDeviceModule | PUT | AppVersion |
| (5) /appversion/{id} | findAppVersionById(id) | UserDeviceModule | GET | AppVersion |
| (6) /appversion/platformsupport/{id} | findAllAppVersionOfPlatformSupport(id) | UserDeviceModule | GET | PlatformSupport AppVersion |
| (7) /appversion | insertAppVersion(appversion) | UserDeviceModule | POST | AppVersion |
Example:
final AppVersion appversion = (AppVersion) invokeModule(USER_DEVICE_MODULE + "/appversion/" + id, AppVersion.class);| Services | Contact | Donate | About | Imprint |