获取与已删除项目 (API) 相关的 app_id 的任何方法

Any way to get the app_id related to an item that has been deleted (API)

获取与已删除项目 (API) 相关的 app_id 的任何方法。

因为当我尝试从 item_id 获取详细信息时,我收到了此信息。

https://api.podio.com/item/xxxxxxxx

{u'error_parameters': {}, u'error_detail': None, u'error_propagate': False, 
u'request': {u'url': u'http://api.podio.com/item/xxxxxxxx', u'query_string': u'', u'method': u'GET'}, 
u'error_description': u'Item has been deleted', u'error': u'gone'}

此致。

通过添加 app_id 更新您的 挂钩 URL,这样您就可以确定该项目是从哪个应用程序中删除的。