| Contact | Donate | Imprint |
| PlatformSupport | UserDeviceModule |
| Property | Type | Entity | Reference | Module |
| (1) MinOsVersion | STRING | PlatformSupport | ||
| (2) Name | STRING | PlatformSupport | ||
| (3) Notes | STRING | PlatformSupport | ||
| (4) Status | STRING | PlatformSupport | ||
| (5) Type | STRING | PlatformSupport |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /platformsupport | findAllPlatformSupport() | UserDeviceModule | GET | PlatformSupport |
| (2) /platformsupport | insertPlatformSupport(platformsupport) | UserDeviceModule | POST | PlatformSupport |
| (3) /userdevice/platformsupport/{id} | findAllUserDeviceOfPlatformSupport(id) | UserDeviceModule | GET | PlatformSupport UserDevice |
| (4) /platformsupport/{id} | findPlatformSupportById(id) | UserDeviceModule | GET | PlatformSupport |
| (5) /platformsupport/{id} | deletePlatformSupportById(id) | UserDeviceModule | DELETE | PlatformSupport |
| (6) /appversion/platformsupport/{id} | findAllAppVersionOfPlatformSupport(id) | UserDeviceModule | GET | PlatformSupport AppVersion |
| (7) /platformsupport/{id} | updatePlatformSupportById(platformsupport) | UserDeviceModule | PUT | PlatformSupport |
Example:
final PlatformSupport platformsupport = (PlatformSupport) invokeModule(USER_DEVICE_MODULE + "/platformsupport/" + id, PlatformSupport.class);| Contact | Donate | Imprint |