Podio API Documentation

Voting: Get app votings

GET /voting/app/{app_id}/voting

Resturn application Votings in user-defined order.

Parameters
app_id*
Required.
Response [  {   "kind": "fivestar",    "question": "TestVotingAPI fivestar voting question",    "answers": null,    "voting_id": 25  },   {   "kind": "answer",    "question": "TestVotingAPI text answer voting question",    "answers": [    {     "text": "a",      "answer_id": 36    },     {     "text": "b",      "answer_id": 37    },     {     "text": "c",      "answer_id": 38    }   ],    "voting_id": 26  } ]  

Sandbox

Try the operation "/voting/app/{app_id}/voting"

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