Podio API Documentation
Voting: Create voting in application
Create voting of kind specified in request body to application
Return created voting representation.
Parameters
- app_id*
- Required.
Request
fivestar
{"kind":"fivestar","question":"Fivestar voting question"}
answer
{"kind":"answer","question":"Text answer voting question","answers":["a","b"]}
Response
{
"voting_id": The id of the voting,
... (more properties, see the GET operation)
}