| Contact | Donate | Imprint |
| CommunitySpace | CommunitySpaceModule |
| Property | Type | Entity | Reference | Module |
| (1) CreatedAt | DATE | CommunitySpace | ||
| (2) Description | STRING | CommunitySpace | ||
| (3) Name | STRING | CommunitySpace | ||
| (4) OwnerUserAccount | LONG | CommunitySpace | UserAccount | UserAccountModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /communitychat/communityspace/{id} | findAllCommunityChatOfCommunitySpace(id) | CommunitySpaceModule | GET | CommunitySpace CommunityChat |
| (2) /communityspace/{id} | updateCommunitySpaceById(communityspace) | CommunitySpaceModule | PUT | CommunitySpace |
| (3) /communityspace/{id} | deleteCommunitySpaceById(id) | CommunitySpaceModule | DELETE | CommunitySpace |
| (4) /communityspace/owneruseraccount/{id} | findAllCommunitySpaceOfOwnerUserAccount(id) | CommunitySpaceModule | GET | UserAccount CommunitySpace |
| (5) /communityspace/{id} | findCommunitySpaceById(id) | CommunitySpaceModule | GET | CommunitySpace |
| (6) /communityspace | insertCommunitySpace(communityspace) | CommunitySpaceModule | POST | CommunitySpace |
| (7) /communityspace | findAllCommunitySpace() | CommunitySpaceModule | GET | CommunitySpace |
Example:
final CommunitySpace communityspace = (CommunitySpace) invokeModule(COMMUNITY_SPACE_MODULE + "/communityspace/" + id, CommunitySpace.class);| Contact | Donate | Imprint |