| Contact | Donate | Imprint |
| Investigation | CompanyModule | Waymo |
| Property | Type | Entity | Reference | Module |
| (1) AgencyName | STRING | Investigation | ||
| (2) Company | INT | Investigation | Company | CompanyModule |
| (3) EndDate | DATE | Investigation | ||
| (4) Notes | STRING | Investigation | ||
| (5) Outcome | STRING | Investigation | ||
| (6) StartDate | DATE | Investigation | ||
| (7) Topic | STRING | Investigation |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /accidentinvestigation/investigation/{id} | findAllAccidentInvestigationOfInvestigation(id) | AccidentModule | GET | Investigation AccidentInvestigation |
| (2) /investigation/{id} | deleteInvestigationById(id) | CompanyModule | DELETE | Investigation |
| (3) /investigation | findAllInvestigation() | CompanyModule | GET | Investigation |
| (4) /investigation/{id} | findInvestigationById(id) | CompanyModule | GET | Investigation |
| (5) /investigation | insertInvestigation(investigation) | CompanyModule | POST | Investigation |
| (6) /investigation/company/{id} | findAllInvestigationOfCompany(id) | CompanyModule | GET | Company Investigation |
| (7) /investigation/{id} | updateInvestigationById(investigation) | CompanyModule | PUT | Investigation |
Example:
final Investigation investigation = (Investigation) invokeModule(COMPANY_MODULE + "/investigation/" + id, Investigation.class);| Contact | Donate | Imprint |