List App Information Externally
AnsweredHopefully an easy one.
I simply want to list the Job Vacancies in our Vacancies App on our website. How can I do this?
-
If you want to expose data from Podio publicly, you'll have to use the API, but I assume you are aware of this since you are posting to this forum.
Once you have familiarized yourself with the basics of the API (https://developers.podio.com/) you should use app auth to authenticate with the API (https://developers.podio.com/authentication/app_auth), since you need to expose data without having users to login to Podio, and then follow the tutorial on how to get all items from an app: https://developers.podio.com/examples/items#subsection_all_items
-
Small addition to what Casper said. If you are using Ruby, PHP, Python or Java you can save yourself a lot of time by using one of our client libraries: https://developers.podio.com/clients
Please sign in to leave a comment.
Comments
2 comments