| Contact | Donate | Imprint |
| WatchlistItem | ProfileModule | AmazonPrimeVideo |
| Property | Type | Entity | Reference | Module |
| (1) AddedAt | STRING | WatchlistItem | ||
| (2) Profile | LONG | WatchlistItem | Profile | ProfileModule |
| (3) Title | LONG | WatchlistItem | Title | TitleModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /watchlistitem | insertWatchlistItem(watchlistitem) | ProfileModule | POST | WatchlistItem |
| (2) /watchlistitem/{id} | deleteWatchlistItemById(id) | ProfileModule | DELETE | WatchlistItem |
| (3) /watchlistitem | findAllWatchlistItem() | ProfileModule | GET | WatchlistItem |
| (4) /watchlistitem/title/{id} | findAllWatchlistItemOfTitle(id) | ProfileModule | GET | Title WatchlistItem |
| (5) /watchlistitem/{id} | findWatchlistItemById(id) | ProfileModule | GET | WatchlistItem |
| (6) /watchlistitem/profile/{id} | findAllWatchlistItemOfProfile(id) | ProfileModule | GET | Profile WatchlistItem |
| (7) /watchlistitem/{id} | updateWatchlistItemById(watchlistitem) | ProfileModule | PUT | WatchlistItem |
Example:
final WatchlistItem watchlistitem = (WatchlistItem) invokeModule(PROFILE_MODULE + "/watchlistitem/" + id, WatchlistItem.class);| Contact | Donate | Imprint |