| Contact | Donate | Imprint |
| DataBreach | SupportVendorModule | Discord |
| Property | Type | Entity | Reference | Module |
| (1) Company | LONG | DataBreach | Company | CompanyModule |
| (2) Description | STRING | DataBreach | ||
| (3) IncidentDate | DATE | DataBreach | ||
| (4) Name | STRING | DataBreach | ||
| (5) RansomDemanded | BOOL | DataBreach | ||
| (6) RecordsAffected | LONG | DataBreach | ||
| (7) ThirdPartyVendor | LONG | DataBreach | SupportVendor | SupportVendorModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /breachdataexposure/databreach/{id} | findAllBreachDataExposureOfDataBreach(id) | SubscriptionPlanModule | GET | DataBreach BreachDataExposure |
| (2) /databreach | findAllDataBreach() | SupportVendorModule | GET | DataBreach |
| (3) /databreach/{id} | updateDataBreachById(databreach) | SupportVendorModule | PUT | DataBreach |
| (4) /databreach/company/{id} | findAllDataBreachOfCompany(id) | SupportVendorModule | GET | Company DataBreach |
| (5) /databreach/{id} | deleteDataBreachById(id) | SupportVendorModule | DELETE | DataBreach |
| (6) /databreach/thirdpartyvendor/{id} | findAllDataBreachOfThirdPartyVendor(id) | SupportVendorModule | GET | SupportVendor DataBreach |
| (7) /databreach/{id} | findDataBreachById(id) | SupportVendorModule | GET | DataBreach |
| (8) /databreach | insertDataBreach(databreach) | SupportVendorModule | POST | DataBreach |
Example:
final DataBreach databreach = (DataBreach) invokeModule(SUPPORT_VENDOR_MODULE + "/databreach/" + id, DataBreach.class);| Contact | Donate | Imprint |