| Contact | Donate | Imprint |
| Report | SpaceModule | TwitterX |
| Property | Type | Entity | Reference | Module |
| (1) Category | STRING | Report | ||
| (2) CreatedAt | STRING | Report | ||
| (3) Description | STRING | Report | ||
| (4) ReportedTweet | LONG | Report | Tweet | TweetModule |
| (5) ReportedUser | LONG | Report | UserAccount | UserAccountModule |
| (6) ReporterUser | LONG | Report | UserAccount | UserAccountModule |
| (7) ResolvedAt | STRING | Report | ||
| (8) ResolverUser | LONG | Report | UserAccount | UserAccountModule |
| (9) Status | STRING | Report |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /report/{id} | findReportById(id) | SpaceModule | GET | Report |
| (2) /report/reportedtweet/{id} | findAllReportOfReportedTweet(id) | SpaceModule | GET | Tweet Report |
| (3) /report | findAllReport() | SpaceModule | GET | Report |
| (4) /report/reporteruser/{id} | findAllReportOfReporterUser(id) | SpaceModule | GET | UserAccount Report |
| (5) /report | insertReport(report) | SpaceModule | POST | Report |
| (6) /report/reporteduser/{id} | findAllReportOfReportedUser(id) | SpaceModule | GET | UserAccount Report |
| (7) /report/resolveruser/{id} | findAllReportOfResolverUser(id) | SpaceModule | GET | UserAccount Report |
| (8) /report/{id} | updateReportById(report) | SpaceModule | PUT | Report |
| (9) /report/{id} | deleteReportById(id) | SpaceModule | DELETE | Report |
Example:
final Report report = (Report) invokeModule(SPACE_MODULE + "/report/" + id, Report.class);| Contact | Donate | Imprint |