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?
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 is null (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.
Travis Bell 的回复
于 2016 年 12 月 27 日 4:35下午
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.gpvista 的回复
于 2016 年 12 月 27 日 4:37下午
Perfect, thanks!