| Contact | Donate | Imprint |
| PlatformApp | DeviceModule | Spotify |
| Property | Type | Entity | Reference | Module |
| (1) Category | STRING | PlatformApp | ||
| (2) MinVersion | STRING | PlatformApp | ||
| (3) Name | STRING | PlatformApp | ||
| (4) ProgrammingLanguage | STRING | PlatformApp |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /platformapp | insertPlatformApp(platformapp) | DeviceModule | POST | PlatformApp |
| (2) /platformapp | findAllPlatformApp() | DeviceModule | GET | PlatformApp |
| (3) /platformapp/{id} | updatePlatformAppById(platformapp) | DeviceModule | PUT | PlatformApp |
| (4) /device/platformapp/{id} | findAllDeviceOfPlatformApp(id) | DeviceModule | GET | PlatformApp Device |
| (5) /platformapp/{id} | deletePlatformAppById(id) | DeviceModule | DELETE | PlatformApp |
| (6) /platformapp/{id} | findPlatformAppById(id) | DeviceModule | GET | PlatformApp |
Example:
final PlatformApp platformapp = (PlatformApp) invokeModule(DEVICE_MODULE + "/platformapp/" + id, PlatformApp.class);| Contact | Donate | Imprint |