This endpoint is used to get the recent changes for a movie. By default, only the last 24 hours are returned
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
A unique identifier for a movie
18
A specific page number to get results for. Defaults to 1
1
The date to begin the query from. You can only query up to 14 days in a single query.
"2019-12-12T00:00:00.000Z"
The date to end the query at. You can only query up to 14 days in a single query.
"2019-12-16T00:00:00.000Z"
Request successful
The response is of type object
.