Check if item exists
Is it possible to check if an item with a given item_id exists? Or, if not, is it possible to easily get all item_ids of items of an app?
-
A bit more expanded answer. Check for item existing - just try getting it from the API.
https://developers.podio.com/doc/items/get-item-22360And to get all items of an app, filter them but just don't filter them -> you get all.
Please sign in to leave a comment.
Comments
2 comments