S. Lakeland
S. Lakeland

Reputation: 21

Podio API : How to get a file id given an item id

Here's a Podio API question ...

How do you get the file id that's associated with an item (given that I know the item id). I cannot find that on the API documentation.

Upvotes: 2

Views: 350

Answers (1)

Carl-Fredrik Herö
Carl-Fredrik Herö

Reputation: 345

You can get the item: https://developers.podio.com/doc/items/get-item-22360 and read the 'files' key from the response. That will give you a list of the files ids.

Upvotes: 5

Related Questions