| Contact | Donate | Imprint |
| Post | UserAccountModule |
| Property | Type | Entity | Reference | Module |
| (1) Caption | STRING | Post | ||
| (2) CreatedAt | DATE | Post | ||
| (3) IsArchived | BOOL | Post | ||
| (4) IsSponsored | BOOL | Post | ||
| (5) Location | LONG | Post | Location | FeatureFlagModule |
| (6) MediaType | STRING | Post | ||
| (7) UpdatedAt | DATE | Post | ||
| (8) UserAccount | LONG | Post | UserAccount | UserAccountModule |
| (9) Visibility | STRING | Post |
Example:
final Post post = (Post) invokeModule(USER_ACCOUNT_MODULE + "/post/" + id, Post.class);| Contact | Donate | Imprint |