Podio API Documentation

Questions: Get answers

GET /question/{question_id}/

Returns all the answers for the given question on the given object.

Parameters
question_id*
Required.
Response [ { "question_option_id": The id of the option, "user": The user who answers { "user_id": The id of the user, "name": The full name of the user, "avatar": The file id of the avatar of the user, if any } }, ... (more answers) ]

Sandbox

Try the operation "/question/{question_id}/"

You can simulate the API request by filling out the arguments below, and press the submit button to see the response.

You need to be logged in to Podio to use the Sandbox. Login here