changes

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

Get the changes for a TV episode. 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 query parameters

Parameters

episodeId

The id of the TV episode

startDate

Filter the results with a start date

endDate

Filter the results with an end date

page

Specify which page to query