| Contact | Donate | Imprint |
| TestSatellite | GroundStationModule | Starlink |
| Property | Type | Entity | Reference | Module |
| (1) DeorbitDate | DATE | TestSatellite | ||
| (2) LaunchDate | DATE | TestSatellite | ||
| (3) MassKg | DOUBLE | TestSatellite | ||
| (4) Name | STRING | TestSatellite | ||
| (5) Notes | STRING | TestSatellite | ||
| (6) Purpose | STRING | TestSatellite |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /testsatellite | findAllTestSatellite() | GroundStationModule | GET | TestSatellite |
| (2) /testsatellite/{id} | findTestSatelliteById(id) | GroundStationModule | GET | TestSatellite |
| (3) /testsatellitegroundstation/testsatellite/{id} | findAllTestSatelliteGroundStationOfTestSatellite(id) | GroundStationModule | GET | TestSatellite TestSatelliteGroundStation |
| (4) /testsatellite/{id} | deleteTestSatelliteById(id) | GroundStationModule | DELETE | TestSatellite |
| (5) /testsatellite/{id} | updateTestSatelliteById(testsatellite) | GroundStationModule | PUT | TestSatellite |
| (6) /testsatellite | insertTestSatellite(testsatellite) | GroundStationModule | POST | TestSatellite |
Example:
final TestSatellite testsatellite = (TestSatellite) invokeModule(GROUND_STATION_MODULE + "/testsatellite/" + id, TestSatellite.class);| Contact | Donate | Imprint |