| Contact | Donate | Imprint |
| SatelliteGroundStation | SatelliteModule | Starlink |
| Property | Type | Entity | Reference | Module |
| (1) GroundStation | INT | SatelliteGroundStation | GroundStation | GroundStationModule |
| (2) Satellite | INT | SatelliteGroundStation | Satellite | SatelliteModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /satellitegroundstation/groundstation/{id} | findAllSatelliteGroundStationOfGroundStation(id) | SatelliteModule | GET | GroundStation SatelliteGroundStation |
| (2) /satellitegroundstation/{id} | findSatelliteGroundStationById(id) | SatelliteModule | GET | SatelliteGroundStation |
| (3) /satellitegroundstation/satellite/{id} | findAllSatelliteGroundStationOfSatellite(id) | SatelliteModule | GET | Satellite SatelliteGroundStation |
| (4) /satellitegroundstation | insertSatelliteGroundStation(satellitegroundstation) | SatelliteModule | POST | SatelliteGroundStation |
| (5) /satellitegroundstation/{id} | updateSatelliteGroundStationById(satellitegroundstation) | SatelliteModule | PUT | SatelliteGroundStation |
| (6) /satellitegroundstation/{id} | deleteSatelliteGroundStationById(id) | SatelliteModule | DELETE | SatelliteGroundStation |
| (7) /satellitegroundstation | findAllSatelliteGroundStation() | SatelliteModule | GET | SatelliteGroundStation |
Example:
final SatelliteGroundStation satellitegroundstation = (SatelliteGroundStation) invokeModule(SATELLITE_MODULE + "/satellitegroundstation/" + id, SatelliteGroundStation.class);| Contact | Donate | Imprint |