| Contact | Donate | Imprint |
| SpaceParticipant | SpaceModule | TwitterX |
| Property | Type | Entity | Reference | Module |
| (1) JoinedAt | STRING | SpaceParticipant | ||
| (2) LeftAt | STRING | SpaceParticipant | ||
| (3) Role | STRING | SpaceParticipant | ||
| (4) Space | LONG | SpaceParticipant | Space | SpaceModule |
| (5) User | LONG | SpaceParticipant | UserAccount | UserAccountModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /spaceparticipant/{id} | findSpaceParticipantById(id) | SpaceModule | GET | SpaceParticipant |
| (2) /spaceparticipant/{id} | deleteSpaceParticipantById(id) | SpaceModule | DELETE | SpaceParticipant |
| (3) /spaceparticipant/{id} | updateSpaceParticipantById(spaceparticipant) | SpaceModule | PUT | SpaceParticipant |
| (4) /spaceparticipant/user/{id} | findAllSpaceParticipantOfUser(id) | SpaceModule | GET | UserAccount SpaceParticipant |
| (5) /spaceparticipant/space/{id} | findAllSpaceParticipantOfSpace(id) | SpaceModule | GET | Space SpaceParticipant |
| (6) /spaceparticipant | findAllSpaceParticipant() | SpaceModule | GET | SpaceParticipant |
| (7) /spaceparticipant | insertSpaceParticipant(spaceparticipant) | SpaceModule | POST | SpaceParticipant |
Example:
final SpaceParticipant spaceparticipant = (SpaceParticipant) invokeModule(SPACE_MODULE + "/spaceparticipant/" + id, SpaceParticipant.class);| Contact | Donate | Imprint |