| Contact | Donate | Imprint |
| Notification | AdModule | YouTubeCom |
| Property | Type | Entity | Reference | Module |
| (1) CreatedAt | DATE | Notification | ||
| (2) IsRead | BOOL | Notification | ||
| (3) PayloadJson | STRING | Notification | ||
| (4) Type | STRING | Notification | ||
| (5) User | LONG | Notification | User | UserModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /notification | findAllNotification() | AdModule | GET | Notification |
| (2) /notification/{id} | deleteNotificationById(id) | AdModule | DELETE | Notification |
| (3) /notification | insertNotification(notification) | AdModule | POST | Notification |
| (4) /notification/user/{id} | findAllNotificationOfUser(id) | AdModule | GET | User Notification |
| (5) /notification/{id} | findNotificationById(id) | AdModule | GET | Notification |
| (6) /notification/{id} | updateNotificationById(notification) | AdModule | PUT | Notification |
Example:
final Notification notification = (Notification) invokeModule(AD_MODULE + "/notification/" + id, Notification.class);| Contact | Donate | Imprint |