changes

fun changes(tvId: Int, startDate: LocalDate? = null, endDate: LocalDate? = null, page: Int? = null): Flow.Publisher<TvShowChanges>

Get the changes for a TV show. By default only the last 24 hours are returned.

You can query up to 14 days in a single query by using the startDate and endDate parameters.

TV show changes are different than movie changes in that there are some edits on seasons and episodes that will create a change entry at the show level. These can be found under the season and episode keys. These keys will contain a seriesId and episodeId. You can use the TvSeasonsApi.changes and TvEpisodesApi.changes methods to look these up individually.

Parameters

tvId

The id of the TV show

startDate

Filter the results with a start date

endDate

Filter the results with an end date

page

Specify which page to query