The Changes API is working well for us, but it often gives us an ID that then gives "NOT FOUND" when I do info API calls. Does this mean the entity in question was deleted?
Recent examples: movie IDs 431561, 404760
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de Travis Bell
pe data de 27 decembrie 2016 la ora 4:35 PM
Hi @gpvista Yes, there's another easy way to know if an item is deleted and that is to look at the
adult
field (on the change list) and if it isnull
(and not true or false) then that will also show you a deleted item. 404's on item calls will also show you that the item has been deleted.Răspuns de gpvista
pe data de 27 decembrie 2016 la ora 4:37 PM
Perfect, thanks!