| Contact | Donate | Imprint |
| TitleCast | PersonModule | Imdb |
| Property | Type | Entity | Reference | Module |
| (1) Character | LONG | TitleCast | Character | CharacterModule |
| (2) CreditOrder | LONG | TitleCast | ||
| (3) IsGuestAppearance | BOOL | TitleCast | ||
| (4) IsUncredited | BOOL | TitleCast | ||
| (5) Person | LONG | TitleCast | Person | PersonModule |
| (6) RoleDescription | STRING | TitleCast | ||
| (7) Title | LONG | TitleCast | Title | TitleModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /titlecast/title/{id} | findAllTitleCastOfTitle(id) | PersonModule | GET | Title TitleCast |
| (2) /titlecast | findAllTitleCast() | PersonModule | GET | TitleCast |
| (3) /titlecast/{id} | deleteTitleCastById(id) | PersonModule | DELETE | TitleCast |
| (4) /titlecast/person/{id} | findAllTitleCastOfPerson(id) | PersonModule | GET | Person TitleCast |
| (5) /titlecast | insertTitleCast(titlecast) | PersonModule | POST | TitleCast |
| (6) /titlecast/{id} | findTitleCastById(id) | PersonModule | GET | TitleCast |
| (7) /titlecast/{id} | updateTitleCastById(titlecast) | PersonModule | PUT | TitleCast |
| (8) /titlecast/character/{id} | findAllTitleCastOfCharacter(id) | PersonModule | GET | Character TitleCast |
Example:
final TitleCast titlecast = (TitleCast) invokeModule(PERSON_MODULE + "/titlecast/" + id, TitleCast.class);| Contact | Donate | Imprint |