Search code examples
pythonpodio

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


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

Because when I try to get details from the item_id I receive this information.

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'}

Regards.


Solution

  • Update your hook URL by adding the app_id, so you can figure out from which app the item got deleted.