changes

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

Get the changes for a TV season. 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.

Parameters

seasonId

The id of the TV season

startDate

Filter the results with a start date

endDate

Filter the results with an end date

page

Specify which page to query