| Contact | Donate | Imprint |
| Season | SeasonModule | AmazonPrimeVideo |
| Property | Type | Entity | Reference | Module |
| (1) Name | STRING | Season | ||
| (2) ReleaseDate | DATE | Season | ||
| (3) SeasonNumber | LONG | Season | ||
| (4) Synopsis | STRING | Season | ||
| (5) Title | LONG | Season | Title | TitleModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /playbacksession/season/{id} | findAllPlaybackSessionOfSeason(id) | EpisodeModule | GET | Season PlaybackSession |
| (2) /episode/season/{id} | findAllEpisodeOfSeason(id) | EpisodeModule | GET | Season Episode |
| (3) /watchhistory/season/{id} | findAllWatchHistoryOfSeason(id) | ProfileModule | GET | Season WatchHistory |
| (4) /season/{id} | deleteSeasonById(id) | SeasonModule | DELETE | Season |
| (5) /season/title/{id} | findAllSeasonOfTitle(id) | SeasonModule | GET | Title Season |
| (6) /season | findAllSeason() | SeasonModule | GET | Season |
| (7) /downloadlicense/season/{id} | findAllDownloadLicenseOfSeason(id) | SeasonModule | GET | Season DownloadLicense |
| (8) /season | insertSeason(season) | SeasonModule | POST | Season |
| (9) /season/{id} | findSeasonById(id) | SeasonModule | GET | Season |
| (10) /season/{id} | updateSeasonById(season) | SeasonModule | PUT | Season |
Example:
final Season season = (Season) invokeModule(SEASON_MODULE + "/season/" + id, Season.class);| Contact | Donate | Imprint |