| Contact | Donate | Imprint |
| BreachDataExposure | SubscriptionPlanModule | Discord |
| Property | Type | Entity | Reference | Module |
| (1) BreachDataType | LONG | BreachDataExposure | BreachDataType | SubscriptionPlanModule |
| (2) DataBreach | LONG | BreachDataExposure | DataBreach | SupportVendorModule |
| (3) EstimatedCount | LONG | BreachDataExposure | ||
| (4) IsConfirmed | BOOL | BreachDataExposure |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /breachdataexposure | insertBreachDataExposure(breachdataexposure) | SubscriptionPlanModule | POST | BreachDataExposure |
| (2) /breachdataexposure/{id} | findBreachDataExposureById(id) | SubscriptionPlanModule | GET | BreachDataExposure |
| (3) /breachdataexposure | findAllBreachDataExposure() | SubscriptionPlanModule | GET | BreachDataExposure |
| (4) /breachdataexposure/{id} | updateBreachDataExposureById(breachdataexposure) | SubscriptionPlanModule | PUT | BreachDataExposure |
| (5) /breachdataexposure/{id} | deleteBreachDataExposureById(id) | SubscriptionPlanModule | DELETE | BreachDataExposure |
| (6) /breachdataexposure/databreach/{id} | findAllBreachDataExposureOfDataBreach(id) | SubscriptionPlanModule | GET | DataBreach BreachDataExposure |
| (7) /breachdataexposure/breachdatatype/{id} | findAllBreachDataExposureOfBreachDataType(id) | SubscriptionPlanModule | GET | BreachDataType BreachDataExposure |
Example:
final BreachDataExposure breachdataexposure = (BreachDataExposure) invokeModule(SUBSCRIPTION_PLAN_MODULE + "/breachdataexposure/" + id, BreachDataExposure.class);| Contact | Donate | Imprint |