| Contact | Donate | Imprint |
| ExtremistGroup | ServerMemberModule | Discord |
| Property | Type | Entity | Reference | Module |
| (1) ActiveFrom | DATE | ExtremistGroup | ||
| (2) ActiveTo | DATE | ExtremistGroup | ||
| (3) Country | STRING | ExtremistGroup | ||
| (4) Description | STRING | ExtremistGroup | ||
| (5) Ideology | STRING | ExtremistGroup | ||
| (6) Name | STRING | ExtremistGroup | ||
| (7) UsesDiscord | BOOL | ExtremistGroup |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /extremistgroup/{id} | updateExtremistGroupById(extremistgroup) | ServerMemberModule | PUT | ExtremistGroup |
| (2) /extremistgroup/{id} | deleteExtremistGroupById(id) | ServerMemberModule | DELETE | ExtremistGroup |
| (3) /extremistgroup | findAllExtremistGroup() | ServerMemberModule | GET | ExtremistGroup |
| (4) /extremistgroup | insertExtremistGroup(extremistgroup) | ServerMemberModule | POST | ExtremistGroup |
| (5) /extremistgroup/{id} | findExtremistGroupById(id) | ServerMemberModule | GET | ExtremistGroup |
Example:
final ExtremistGroup extremistgroup = (ExtremistGroup) invokeModule(SERVER_MEMBER_MODULE + "/extremistgroup/" + id, ExtremistGroup.class);| Contact | Donate | Imprint |