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,
Non podes atopar unha película ou serie? Inicia sesión para creala.
Queres valorar ou engadir o elemento a unha listaxe?
Non es membro?
Resposta de Travis Bell
no 6 de febreiro do 2014 ás 10:13AM
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.