changes
fun changes(movieId: Int, startDate: LocalDate? = null, endDate: LocalDate? = null, page: Int? = null): Flow.Publisher<MovieChanges>
Get the changes for a movie. 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
movieId
The id of the movie
startDate
Filter the results with a start date
endDate
Filter the results with an end date
page
Specify which page to query