Hi there,
Just wondering if /movie|person/changes API includes deleted movie reference too ?
We want to clean up obsolete movie data from our cached database. Any idea if its supported ?
If so, do you know how does it look in the response output ?
Regards,
Не вдалося знайти фільм або серіал? Увійдіть, щоб додати.
Хочете оцінити чи додати до списку?
Немає облікового запису?
Відповідь від Travis Bell
6 лютого 2014, 10:13
Yes, it will. A kind of dead giveaway that the movie has been deleted is the
adult
field is null when pulling the change list down:Then, when you grab the id, I saw id 252573 for example:
You'll see it has a
destroyed
action.Cheers.