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,
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 6 de febrero de 2014 a las 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.