| Contact | Donate | Imprint |
| ContentTitle | ContentTitleModule | Netflix |
| Property | Type | Entity | Reference | Module |
| (1) ContentType | LONG | ContentTitle | ContentType | ContentTypeModule |
| (2) ImdbId | STRING | ContentTitle | ||
| (3) IsNetflixOriginal | BOOL | ContentTitle | ||
| (4) LocalizedTitle | STRING | ContentTitle | ||
| (5) OriginalTitle | STRING | ContentTitle | ||
| (6) ProductionCompany | LONG | ContentTitle | ProductionCompany | CountryModule |
| (7) ReleaseDate | DATE | ContentTitle | ||
| (8) RuntimeMinutes | LONG | ContentTitle | ||
| (9) Synopsis | STRING | ContentTitle |
Example:
final ContentTitle contenttitle = (ContentTitle) invokeModule(CONTENT_TITLE_MODULE + "/contenttitle/" + id, ContentTitle.class);| Contact | Donate | Imprint |